Skip to content

Commit a99f850

Browse files
authored
Merge pull request #3 from graphql-crystal/renovate/actions-checkout-3.x
Update actions/checkout action to v3
2 parents 5f63be3 + c697332 commit a99f850

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout main
12-
uses: actions/checkout@v2
12+
uses: actions/checkout@v3
1313
- name: Deploy docs
1414
uses: mhausenblas/mkdocs-deploy-gh-pages@master
1515
env:

0 commit comments

Comments
 (0)