Skip to content

Commit a0a261d

Browse files
dependabot[bot]F0bes
authored andcommitted
Bump actions/checkout in the ci-deps group across 1 directory
Bumps the ci-deps group with 1 update in the / directory: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 6 to 7 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: ci-deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8e73dea commit a0a261d

9 files changed

Lines changed: 11 additions & 11 deletions

.github/workflows/cron_update_base_translation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: "Update Base Translation"
1212
runs-on: ubuntu-22.04
1313
steps:
14-
- uses: actions/checkout@v6
14+
- uses: actions/checkout@v7
1515

1616
- name: Update Base Translation
1717
run: ./.github/workflows/scripts/common/update_base_translation.sh

.github/workflows/cron_update_controller_db.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
if: github.repository == 'PCSX2/pcsx2'
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v6
12+
- uses: actions/checkout@v7
1313

1414
- name: Get Latest DB and Prepare DB File
1515
run: |

.github/workflows/lint_gamedb.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Checkout Repository
21-
uses: actions/checkout@v6
21+
uses: actions/checkout@v7
2222

2323
- name: Install Packages
2424
run: |

.github/workflows/linux_build_flatpak.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151

5252
steps:
5353
- name: Checkout Repository
54-
uses: actions/checkout@v6
54+
uses: actions/checkout@v7
5555
with:
5656
set-safe-directory: ${{ env.GITHUB_WORKSPACE }}
5757
# 10 here, since the odds of having 10 untagged commits in a row should be slim to none
@@ -163,7 +163,7 @@ jobs:
163163
if: always() && needs.build_linux.result == 'failure' && inputs.publish == true
164164

165165
steps:
166-
- uses: actions/checkout@v6
166+
- uses: actions/checkout@v7
167167

168168
- name: Push Discord Webhook
169169
env:

.github/workflows/linux_build_qt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959

6060
steps:
6161
- name: Checkout Repository
62-
uses: actions/checkout@v6
62+
uses: actions/checkout@v7
6363
with:
6464
fetch-depth: 0
6565

.github/workflows/macos_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252

5353
steps:
5454
- name: Checkout Repository
55-
uses: actions/checkout@v6
55+
uses: actions/checkout@v7
5656

5757
# actions/checkout elides tags, fetch them primarily for releases
5858
- name: Fetch Tags

.github/workflows/release_cut_new.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
outputs:
3636
new_tag: ${{ steps.tag_version.outputs.new_tag }}
3737
steps:
38-
- uses: actions/checkout@v6
38+
- uses: actions/checkout@v7
3939

4040
# Docs - https://github.com/mathieudutour/github-tag-action
4141
- name: Bump Version and Push Tag
@@ -176,7 +176,7 @@ jobs:
176176
name: "Upload Artifacts"
177177
runs-on: ubuntu-latest
178178
steps:
179-
- uses: actions/checkout@v6
179+
- uses: actions/checkout@v7
180180

181181
- name: Prepare Artifact Folder
182182
run: mkdir ./ci-artifacts/

.github/workflows/windows_build_matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: windows-2025-vs2026
1717
steps:
1818
- name: Checkout Repository
19-
uses: actions/checkout@v6
19+
uses: actions/checkout@v7
2020
- name: Verify VS Project Files
2121
run: .github\workflows\scripts\windows\validate-vs-filters.ps1
2222

.github/workflows/windows_build_qt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656

5757
steps:
5858
- name: Checkout Repository
59-
uses: actions/checkout@v6
59+
uses: actions/checkout@v7
6060

6161
- name: Configure MSBuild Clang Version
6262
if: inputs.configuration != 'CMake'

0 commit comments

Comments
 (0)