diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7c7dcc34d..8a2f59e90 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,7 +19,7 @@ jobs: cache-hit: ${{ steps.tools-cache.outputs.cache-hit }} steps: - name: Checkout - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 with: fetch-depth: 0 persist-credentials: false @@ -45,7 +45,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 with: fetch-depth: 0 persist-credentials: false @@ -69,7 +69,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 with: fetch-depth: 0 persist-credentials: false diff --git a/.github/workflows/test-mixins.yml b/.github/workflows/test-mixins.yml index 373b25fbd..2e4698b82 100644 --- a/.github/workflows/test-mixins.yml +++ b/.github/workflows/test-mixins.yml @@ -18,7 +18,7 @@ jobs: cache-hit: ${{ steps.tools-cache.outputs.cache-hit }} steps: - name: Checkout - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 with: fetch-depth: 0 persist-credentials: false @@ -46,7 +46,7 @@ jobs: changed-mixins: ${{ steps.changed-mixins.outputs.all_changed_files }} steps: - name: Checkout - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 with: fetch-depth: 0 persist-credentials: false @@ -91,7 +91,7 @@ jobs: GF_AUTH_ANONYMOUS_ORG_ROLE: "Admin" steps: - name: Checkout - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 with: fetch-depth: 0 persist-credentials: false