Skip to content
This repository has been archived by the owner on Jul 18, 2023. It is now read-only.

Commit

Permalink
Bump to actions/checkout@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixHerrmann authored Dec 22, 2022
1 parent 70cf83e commit 3bbcf25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set name in local git-config
run: git config --local user.name "runner"
- name: Run update script
Expand Down

0 comments on commit 3bbcf25

Please sign in to comment.