Update actions/checkout action to v4.3.0
renovate[bot] committed
Aug 11, 2025 at 13:00 UTC
4d23f360aaef5cf250b3af51c34a5cc9eefc667c
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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
20
+ - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
21
with:
22
persist-credentials: false
23
- uses: cachix/install-nix-action@fc6e360bedc9ee72d75e701397f0bb30dce77568 # 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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
19
+ - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
20
with:
21
persist-credentials: false
22
- uses: cachix/install-nix-action@fc6e360bedc9ee72d75e701397f0bb30dce77568 # 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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
69
+ uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
70
with:
71
ref: ${{ steps.pr.outputs.head_ref }}
72
fetch-depth: 0