Skip to content

Commit

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

build(deps): bump actions/checkout from 4.2.1 to 4.2.2
  • Loading branch information
beatrizsmerino authored Nov 1, 2024
2 parents 94193fe + 9054fc7 commit 66c4f74
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.1
uses: actions/checkout@v4.2.2
- 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.1
uses: actions/checkout@v4.2.2
- name: 🛠️ Setup Node version ${{ matrix.node-version }}
uses: actions/setup-node@v4.0.4
with:
Expand Down

0 comments on commit 66c4f74

Please sign in to comment.