Skip to content

Commit db08fc8

Browse files
authored
Merge pull request #32 from coq/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents e7e2130 + e903039 commit db08fc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate-logos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99

1010
steps:
1111
- name: Checkout code
12-
uses: actions/checkout@v3
12+
uses: actions/checkout@v4
1313
- name: Create zip file rocq-logos.zip
1414
run: |
1515
if [ -d "rocq-id/avatar" ] && [ -d "rocq-id/badges" ] && [ -d "rocq-id/logos" ] && [ -f "rocq-id/ROCQ_ID-guidelines.pdf" ]; then

0 commit comments

Comments
 (0)