Skip to content

Commit

Permalink
Merge pull request #1895 from nunocoracao/dependabot/github_actions/d…
Browse files Browse the repository at this point in the history
…ev/actions/checkout-4

👷 Bump actions/checkout from 3 to 4
  • Loading branch information
nunocoracao authored Jan 10, 2025
2 parents 99d377e + e051dc7 commit a3698d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-config-zip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
zip:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: zip -r config-default.zip config/_default
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit a3698d9

Please sign in to comment.