Skip to content

Commit 570fd18

Browse files
Update actions/checkout action to v4
1 parent 485f3a5 commit 570fd18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ jobs:
99
policy:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # tag=v3.0.0
12+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
1313
- uses: docker://ghcr.io/example-policy-org-demo/policy-checker:latest
1414

0 commit comments

Comments
 (0)