Skip to content

Commit b627011

Browse files
committed
Github Action use latest version of checkout action
1 parent b729245 commit b627011

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
permissions:
1313
contents: write
1414
steps:
15-
- uses: actions/checkout@v1
15+
- uses: actions/checkout@v3
1616
- name: Install inkscape and make
1717
run: |
1818
apt update

0 commit comments

Comments
 (0)