Skip to content

Commit

Permalink
Merge pull request #4 from Darkflib/revert-3-renovate/actions-checkou…
Browse files Browse the repository at this point in the history
…t-4.x

Revert "Update actions/checkout action to v4"
  • Loading branch information
Darkflib authored Jan 15, 2024
2 parents d8447ab + b98a4ac commit 0ddaf72
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 @@ -14,7 +14,7 @@ jobs:
steps:
# checkout the repository to the GitHub Actions runner
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v2
# install dependencies
- name: Add packages
run: |
Expand Down

0 comments on commit 0ddaf72

Please sign in to comment.