@cryptotaxi247 / infra / commits / 2ffcbbf5

Update actions/checkout action to v6.0.3

renovate[bot] committed Jun 2, 2026 at 19:37 UTC 2ffcbbf5e087e3996a52a8026128405e739327a1
3 files changed +3 -3
.github/workflows/dns-apply.yml
+1 -1
@@ -17,7 +17,7 @@ jobs:
17 strategy:
18 fail-fast: true
19 steps:
20 - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
20 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
21 with:
22 persist-credentials: false
23 - uses: cachix/install-nix-action@8aa03977d8d733052d78f4e008a241fd1dbf36b3 # v31
.github/workflows/dns-preview.yml
+1 -1
@@ -16,7 +16,7 @@ jobs:
16 strategy:
17 fail-fast: false
18 steps:
19 - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
19 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
20 with:
21 persist-credentials: false
22 - uses: cachix/install-nix-action@8aa03977d8d733052d78f4e008a241fd1dbf36b3 # v31
.github/workflows/format-pr.yml
+1 -1
@@ -66,7 +66,7 @@ jobs:
66 core.setOutput('head_sha', pr.data.head.sha);
67
68 - name: Checkout PR
69 - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
69 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
70 with:
71 ref: ${{ steps.pr.outputs.head_ref }}
72 fetch-depth: 0