Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

Commit 24f8ccf

Browse files
chore(deps): update actions/checkout action to v4
1 parent 20b3321 commit 24f8ccf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr-auditor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
check-pr:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v3
11+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
1212
with:
1313
repository: 'sourcegraph/pr-auditor'
1414
- uses: actions/setup-go@v4

.github/workflows/update-tags.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
dispatch:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
1515
- uses: actions/setup-go@v2
1616
with:
1717
go-version: "^1.18"

0 commit comments

Comments
 (0)