Skip to content

Commit

Permalink
Merge pull request #1573 from cloudflare/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/checkout-4

build(deps): bump actions/checkout from 2 to 4
  • Loading branch information
jacobbednarz committed Mar 18, 2024
2 parents 241c688 + d70a50f commit 6f98ca9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .changelog/1573.txt
@@ -0,0 +1,3 @@
```release-note:dependency
deps: bumps actions/checkout from 2 to 4
```
2 changes: 1 addition & 1 deletion .github/workflows/sync-labels.yml
Expand Up @@ -10,7 +10,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: micnncim/action-label-syncer@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 6f98ca9

Please sign in to comment.