Skip to content

Commit

Permalink
Merge pull request #59 from ChimpDelivery/dependabot/github_actions/m…
Browse files Browse the repository at this point in the history
…aster/actions/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
emrekovanci authored Dec 24, 2023
2 parents 98adf4a + 0ef95fb commit 45cf7fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- uses: actions/checkout@v4
# Install Node.js, with the version 16 and using the registry URL of npm, this could be changed to a custom registry or the GitHub registry.
- uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 45cf7fc

Please sign in to comment.