Skip to content

Commit c3a5edd

Browse files
chore(deps): update actions/checkout action to v4
1 parent b0d67e6 commit c3a5edd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Check Out Repo
20-
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2.0
20+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
2121

2222
- name: Set up Docker Buildx
2323
id: buildx

0 commit comments

Comments
 (0)