diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 606e6322f5..90536f43ae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: os: [ubuntu-latest, macos-latest, windows-latest] steps: - name: Checkout source code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 10 persist-credentials: false @@ -51,7 +51,7 @@ jobs: pacman -S --noconfirm tar - name: Checkout source code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 10 persist-credentials: false diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index d061587141..fc88c36390 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -37,7 +37,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: # We must fetch at least the immediate parents so that if this is # a pull request then we can checkout the head. diff --git a/.github/workflows/depscan.yml b/.github/workflows/depscan.yml index e94a8518ad..614bf4fca6 100644 --- a/.github/workflows/depscan.yml +++ b/.github/workflows/depscan.yml @@ -20,13 +20,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout source code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 10 persist-credentials: false - name: Checkout bypy - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 1 persist-credentials: false diff --git a/.github/workflows/translations.yml b/.github/workflows/translations.yml index 1627ae9db5..5193b67113 100644 --- a/.github/workflows/translations.yml +++ b/.github/workflows/translations.yml @@ -21,7 +21,7 @@ jobs: pacman -S --noconfirm tar - name: Checkout source code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 2 persist-credentials: false