Skip to content

Commit

Permalink
Merge pull request #68 from nils-org/renovate/actions-checkout-3.x
Browse files Browse the repository at this point in the history
(maint) Update actions/checkout action to v3.0.2
  • Loading branch information
nils-a committed Apr 30, 2022
2 parents d256830 + 624a95c commit a79b595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

steps:
- name: Checkout the repository
uses: actions/checkout@v3.0.1
uses: actions/checkout@v3.0.2
- name: Fetch all tags and branches
run: git fetch --prune --unshallow
- name: Cache Tools
Expand Down

0 comments on commit a79b595

Please sign in to comment.