@cryptotaxi247 / infra-1 / commits / 9ca0ceec

Update actions/checkout action to v5.0.1

renovate[bot] committed Nov 18, 2025 at 03:51 UTC 9ca0ceec018653ea63d74512dbbab3fa6e11685d
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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
20 + - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
21 with:
22 persist-credentials: false
23 - uses: cachix/install-nix-action@fd24c48048070c1be9acd18c9d369a83f0fe94d7 # 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
19 + - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
20 with:
21 persist-credentials: false
22 - uses: cachix/install-nix-action@fd24c48048070c1be9acd18c9d369a83f0fe94d7 # 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
69 + uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
70 with:
71 ref: ${{ steps.pr.outputs.head_ref }}
72 fetch-depth: 0