Skip to content

Commit 3e32d73

Browse files
chore(deps): update actions/checkout action to v5 (#94)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 12144df commit 3e32d73

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/releaser.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
tree-state: ${{ steps.ldflags.outputs.tree-state }}
1616
steps:
1717
- id: checkout
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@v5
1919
with:
2020
fetch-depth: 0
2121
- id: ldflags
@@ -36,7 +36,7 @@ jobs:
3636
runs-on: macos-latest
3737
steps:
3838
- name: Checkout
39-
uses: actions/checkout@v4
39+
uses: actions/checkout@v5
4040
with:
4141
fetch-depth: 0
4242
- name: Setup Go

0 commit comments

Comments
 (0)