Skip to content

Commit 64b05f2

Browse files
authored
Merge pull request #13 from mmichaelb/renovate/actions-checkout-4.x
Update actions/checkout action to v4
2 parents a786b58 + 844bdcd commit 64b05f2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
22+
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
2323
- name: Unshallow
2424
run: git fetch --prune --unshallow
2525
- name: Set up Go

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Checkout
10-
uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
10+
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
1111

1212
- name: Unshallow
1313
run: git fetch --prune --unshallow

0 commit comments

Comments
 (0)