Skip to content

Commit 7b42c51

Browse files
authored
Merge pull request #281 from go-logr/dependabot/github_actions/actions/checkout-4.1.3
build(deps): bump actions/checkout from 4.1.2 to 4.1.3
2 parents e43285d + afe10fa commit 7b42c51

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/apidiff.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ jobs:
1919
- name: Install dependencies
2020
run: GO111MODULE=off go get golang.org/x/exp/cmd/apidiff
2121
- name: Checkout old code
22-
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
22+
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
2323
with:
2424
ref: ${{ github.base_ref }}
2525
path: "old"
2626
- name: Checkout new code
27-
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
27+
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
2828
with:
2929
path: "new"
3030
- name: APIDiff

.github/workflows/lint.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout code
13-
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
13+
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
1414
- name: Update Go
1515
uses: actions/setup-go@v5
1616
with:

.github/workflows/scorecard.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
steps:
3131
- name: "Checkout code"
32-
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
32+
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
3333
with:
3434
persist-credentials: false
3535

.github/workflows/tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
go-version: ${{ matrix.version }}
2020
- name: Checkout code
21-
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
21+
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
2222
- name: Build
2323
run: go build -v ./...
2424
- name: Test

0 commit comments

Comments
 (0)