Skip to content

Commit

Permalink
use actions/checkout@v3 in example workflow (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
bloep authored Nov 11, 2022
1 parent 0765114 commit b432cce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
redaxo_publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: FriendsOfREDAXO/installer-action@v1
with:
myredaxo-username: ${{ secrets.MYREDAXO_USERNAME }}
Expand Down

0 comments on commit b432cce

Please sign in to comment.