Skip to content

Commit 9a697c3

Browse files
CI: Bump actions/checkout from 2 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 619d7fb commit 9a697c3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/stable-compilation.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
image: ghcr.io/flathub-infra/flatpak-github-actions:kde-6.10
2222
options: --privileged
2323
steps:
24-
- uses: actions/checkout@v4
24+
- uses: actions/checkout@v6
2525
- uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v6
2626
with:
2727
bundle: EasyRPG-Editor.flatpak
@@ -71,10 +71,10 @@ jobs:
7171
git clone https://github.com/Microsoft/vcpkg.git ../vcpkg
7272
7373
- name: Clone Repository
74-
uses: actions/checkout@v2
74+
uses: actions/checkout@v6
7575
if: github.event.inputs.git-ref == ''
7676
- name: Clone Repository (with custom ref)
77-
uses: actions/checkout@v2
77+
uses: actions/checkout@v6
7878
if: github.event.inputs.git-ref != ''
7979
with:
8080
ref: ${{ github.event.inputs.git-ref }}

0 commit comments

Comments
 (0)