Skip to content

Commit

Permalink
Bump actions/checkout from 4.2.1 to 4.2.2 (#624)
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.1 to 4.2.2.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.2.1...v4.2.2)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 7, 2024
1 parent b4b8486 commit 2ad0ea8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
id-token: write
packages: write
steps:
- uses: actions/checkout@v4.2.1
- uses: actions/checkout@v4.2.2
- uses: actions/setup-node@v4
with:
node-version: "20.x"
Expand All @@ -38,7 +38,7 @@ jobs:
contents: read
id-token: write
steps:
- uses: actions/checkout@v4.2.1
- uses: actions/checkout@v4.2.2
- uses: actions/setup-node@v4
with:
node-version: "20.x"
Expand All @@ -57,7 +57,7 @@ jobs:
contents: read
id-token: write
steps:
- uses: actions/checkout@v4.2.1
- uses: actions/checkout@v4.2.2
- uses: oven-sh/setup-bun@v2
with:
bun-version: latest
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
deno-version: [latest, rc]

steps:
- uses: actions/checkout@v4.2.1
- uses: actions/checkout@v4.2.2

- name: Setup Deno ${{ matrix.bun-version }}
uses: denoland/setup-deno@v2.0.1
Expand All @@ -39,7 +39,7 @@ jobs:
bun-version: [latest, 1.1]

steps:
- uses: actions/checkout@v4.2.1
- uses: actions/checkout@v4.2.2
- name: Use Bun.js ${{ matrix.bun-version }}
uses: oven-sh/setup-bun@v2
with:
Expand All @@ -61,7 +61,7 @@ jobs:
node-version: [20.x, 22.x]

steps:
- uses: actions/checkout@v4.2.1
- uses: actions/checkout@v4.2.2

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
Expand Down

0 comments on commit 2ad0ea8

Please sign in to comment.