Skip to content

Commit

Permalink
Merge pull request #4 from sueddeutsche/renovate/actions-checkout-4.x
Browse files Browse the repository at this point in the history
chore: [action] Update actions/checkout action from v3 to 4
  • Loading branch information
tfisnl authored Sep 8, 2023
2 parents 3d0f829 + a7ed7d1 commit 1771c9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Create release
run: |
Expand Down

0 comments on commit 1771c9e

Please sign in to comment.