diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 230fadd..b139910 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@v5 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..8aca276 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@v5 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..d815d0f 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@v5 with: submodules: true -