Skip to content

Commit deb3d74

Browse files
dependabot[bot]TheAssassin
authored andcommitted
Bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2b2ddd3 commit deb3d74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continuous.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: Quality Assurance
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v5
1414
- name: Install dependencies
1515
run: |
1616
sudo apt-get install python3-poetry libgpgme-dev
@@ -25,7 +25,7 @@ jobs:
2525
- name: Install dependencies
2626
run: |
2727
sudo apt-get install -y rpm wget git build-essential swig file
28-
- uses: actions/checkout@v4
28+
- uses: actions/checkout@v5
2929
- name: Build AppImage
3030
run: |
3131
git config --global --add safe.directory '*'

0 commit comments

Comments
 (0)