mirror of
https://github.com/PCSX2/pcsx2.git
synced 2025-12-16 04:08:48 +00:00
GH Actions: Bump actions/checkout from 5 to 6 in the ci-deps group (#13596)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
ca9d88f47b
commit
3e8327e934
@ -11,7 +11,7 @@ jobs:
|
|||||||
name: "Update Base Translation"
|
name: "Update Base Translation"
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v6
|
||||||
|
|
||||||
- name: Update Base Translation
|
- name: Update Base Translation
|
||||||
run: ./.github/workflows/scripts/common/update_base_translation.sh
|
run: ./.github/workflows/scripts/common/update_base_translation.sh
|
||||||
|
|||||||
@ -9,7 +9,7 @@ jobs:
|
|||||||
if: github.repository == 'PCSX2/pcsx2'
|
if: github.repository == 'PCSX2/pcsx2'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v6
|
||||||
|
|
||||||
- name: Get Latest DB and Prepare DB File
|
- name: Get Latest DB and Prepare DB File
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
2
.github/workflows/lint_gamedb.yml
vendored
2
.github/workflows/lint_gamedb.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Repository
|
- name: Checkout Repository
|
||||||
uses: actions/checkout@v5
|
uses: actions/checkout@v6
|
||||||
|
|
||||||
- name: Install Packages
|
- name: Install Packages
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
2
.github/workflows/linux_build_flatpak.yml
vendored
2
.github/workflows/linux_build_flatpak.yml
vendored
@ -51,7 +51,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Repository
|
- name: Checkout Repository
|
||||||
uses: actions/checkout@v5
|
uses: actions/checkout@v6
|
||||||
with:
|
with:
|
||||||
set-safe-directory: ${{ env.GITHUB_WORKSPACE }}
|
set-safe-directory: ${{ env.GITHUB_WORKSPACE }}
|
||||||
# 10 here, since the odds of having 10 untagged commits in a row should be slim to none
|
# 10 here, since the odds of having 10 untagged commits in a row should be slim to none
|
||||||
|
|||||||
2
.github/workflows/linux_build_qt.yml
vendored
2
.github/workflows/linux_build_qt.yml
vendored
@ -59,7 +59,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Repository
|
- name: Checkout Repository
|
||||||
uses: actions/checkout@v5
|
uses: actions/checkout@v6
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
|
|||||||
2
.github/workflows/macos_build.yml
vendored
2
.github/workflows/macos_build.yml
vendored
@ -48,7 +48,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Repository
|
- name: Checkout Repository
|
||||||
uses: actions/checkout@v5
|
uses: actions/checkout@v6
|
||||||
|
|
||||||
# actions/checkout elides tags, fetch them primarily for releases
|
# actions/checkout elides tags, fetch them primarily for releases
|
||||||
- name: Fetch Tags
|
- name: Fetch Tags
|
||||||
|
|||||||
4
.github/workflows/release_cut_new.yml
vendored
4
.github/workflows/release_cut_new.yml
vendored
@ -35,7 +35,7 @@ jobs:
|
|||||||
outputs:
|
outputs:
|
||||||
new_tag: ${{ steps.tag_version.outputs.new_tag }}
|
new_tag: ${{ steps.tag_version.outputs.new_tag }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v6
|
||||||
|
|
||||||
# Docs - https://github.com/mathieudutour/github-tag-action
|
# Docs - https://github.com/mathieudutour/github-tag-action
|
||||||
- name: Bump Version and Push Tag
|
- name: Bump Version and Push Tag
|
||||||
@ -163,7 +163,7 @@ jobs:
|
|||||||
name: "Upload Artifacts"
|
name: "Upload Artifacts"
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v6
|
||||||
|
|
||||||
- name: Prepare Artifact Folder
|
- name: Prepare Artifact Folder
|
||||||
run: mkdir ./ci-artifacts/
|
run: mkdir ./ci-artifacts/
|
||||||
|
|||||||
2
.github/workflows/windows_build_matrix.yml
vendored
2
.github/workflows/windows_build_matrix.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
|||||||
runs-on: windows-2025
|
runs-on: windows-2025
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Repository
|
- name: Checkout Repository
|
||||||
uses: actions/checkout@v5
|
uses: actions/checkout@v6
|
||||||
- name: Verify VS Project Files
|
- name: Verify VS Project Files
|
||||||
run: .github\workflows\scripts\windows\validate-vs-filters.ps1
|
run: .github\workflows\scripts\windows\validate-vs-filters.ps1
|
||||||
|
|
||||||
|
|||||||
2
.github/workflows/windows_build_qt.yml
vendored
2
.github/workflows/windows_build_qt.yml
vendored
@ -56,7 +56,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Repository
|
- name: Checkout Repository
|
||||||
uses: actions/checkout@v5
|
uses: actions/checkout@v6
|
||||||
|
|
||||||
- name: Configure MSBuild Clang Version
|
- name: Configure MSBuild Clang Version
|
||||||
if: inputs.configuration != 'CMake'
|
if: inputs.configuration != 'CMake'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user