diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 230fadd..79ff85b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: # use a custom PAT in order to trigger other workflows with events # https://github.com/stefanzweifel/git-auto-commit-action#commits-made-by-this-action-do-not-trigger-new-workflow-runs diff --git a/.github/workflows/cache-bust.yml b/.github/workflows/cache-bust.yml index 28460b8..b44c2ce 100644 --- a/.github/workflows/cache-bust.yml +++ b/.github/workflows/cache-bust.yml @@ -22,7 +22,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: # use a custom PAT in order to trigger other workflows with the push event # https://github.com/stefanzweifel/git-auto-commit-action#commits-made-by-this-action-do-not-trigger-new-workflow-runs diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 00356be..8c8e8b7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: submodules: true -