Skip to content

Commit

Permalink
Merge pull request #106 from 9renpoto/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/checkout-4

chore(deps): bump actions/checkout from 3 to 4
  • Loading branch information
9renpoto authored Jan 1, 2024
2 parents c05bfb9 + 873fe26 commit 6b58a52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/export-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
needs:
- export_labels
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: main
- uses: actions/download-artifact@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 2
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: EndBug/label-sync@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 6b58a52

Please sign in to comment.