Skip to content

Commit

Permalink
Merge pull request #182 from jazzband/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/checkout-3
  • Loading branch information
hugovk committed May 5, 2022
2 parents 4a1f9fb + 546a594 commit 8ce5bd8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/labels.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: micnncim/action-label-syncer@v1
with:
prune: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0

Expand Down

0 comments on commit 8ce5bd8

Please sign in to comment.