Skip to content

Commit 4d542f3

Browse files
Merge pull request #53 from 99designs/dependabot/github_actions/actions-deps-a331d3ec2d
Bump actions/checkout from 4 to 5 in the actions-deps group
2 parents e8e6015 + 02d1dd3 commit 4d542f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
go: ["1.23", "1.24"]
2121
runs-on: ubuntu-latest
2222
steps:
23-
- uses: actions/checkout@v4
23+
- uses: actions/checkout@v5
2424
with:
2525
fetch-depth: '0'
2626

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ${{ matrix.os }}
2424
continue-on-error: true
2525
steps:
26-
- uses: actions/checkout@v4
26+
- uses: actions/checkout@v5
2727
- uses: actions/setup-go@v5
2828
with:
2929
go-version: ${{ matrix.go }}

0 commit comments

Comments
 (0)