Skip to content

Commit

Permalink
chore(deps): bump actions/checkout from 3.6.0 to 4.1.7 (#557)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 8, 2024
1 parent 1955a0d commit 6d2f313
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

steps:
-
uses: actions/checkout@v3.6.0
uses: actions/checkout@v4.1.7

-
uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v3.6.0
uses: actions/checkout@v4.1.7
-
name: Run Labeler
uses: crazy-max/[email protected]
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
-
name: Checkout code
uses: actions/checkout@v3.6.0
uses: actions/checkout@v4.1.7

-
name: Use Node.js 14
Expand Down

0 comments on commit 6d2f313

Please sign in to comment.