Skip to content

Commit b652b09

Browse files
authored
Merge pull request #135 from ApplauseOSS/dependabot/github_actions/actions/checkout-5
chore(deps): Bump actions/checkout from 4 to 5
2 parents b9d2dd8 + 7f9b690 commit b652b09

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/golangci-lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
- uses: actions/setup-go@v5
1717
with:
1818
go-version: 1.21
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v5
2020
- name: golangci-lint
2121
uses: golangci/golangci-lint-action@v8

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
needs: [create-draft-release]
5252
steps:
5353
- run: "echo \"RELEASE_TAG=${GITHUB_REF#refs/tags/}\" >> $GITHUB_ENV"
54-
- uses: actions/checkout@v4
54+
- uses: actions/checkout@v5
5555
- uses: actions/setup-go@v5
5656
with:
5757
go-version: 1.21

0 commit comments

Comments
 (0)