Skip to content

Commit

Permalink
Merge pull request #645 from beatrizsmerino/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/actions/checkout-4.2.1

build(deps): bump actions/checkout from 4.2.0 to 4.2.1
  • Loading branch information
beatrizsmerino authored Oct 13, 2024
2 parents 136058d + 2522b03 commit 2402acf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 🔀 Checkout code from repository
uses: actions/checkout@v4.2.0
uses: actions/checkout@v4.2.1
- name: 🛠️ Setup Node version
uses: actions/setup-node@v4.0.4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
node-version: [ 16, 18, 20 ]
steps:
- name: 🔀 Checkout code from repository
uses: actions/checkout@v4.2.0
uses: actions/checkout@v4.2.1
- name: 🛠️ Setup Node version ${{ matrix.node-version }}
uses: actions/setup-node@v4.0.4
with:
Expand Down

0 comments on commit 2402acf

Please sign in to comment.