Skip to content

Commit d2a1bdf

Browse files
authored
Merge pull request #114 from ApplauseOSS/dependabot/github_actions/actions/checkout-4
chore(deps): Bump actions/checkout from 3 to 4
2 parents 14222fc + 1e4ad27 commit d2a1bdf

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@v3
19+
- uses: actions/checkout@v4
2020
- name: golangci-lint
2121
uses: golangci/golangci-lint-action@v6

.github/workflows/publish.yml

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

0 commit comments

Comments
 (0)