Skip to content

Commit

Permalink
chore(deps): update actions/checkout digest to 8ade135 (#225)
Browse files Browse the repository at this point in the history
* chore(deps): update actions/checkout digest to 8ade135

* Update bun.yml

* Update cloudflare.yml

* Update prettier.yml

* Update release.yml

* Update runtimes.yml

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Cody Olsen <[email protected]>
  • Loading branch information
renovate[bot] and stipsan authored Sep 29, 2023
1 parent 1adfff0 commit 357d0ba
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
run:
working-directory: runtimes/bun-script
steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@4573031972107e0af692492ee967d9022deafd7b # v1
with:
bun-version: ${{ matrix.node-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cloudflare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
working-directory: runtimes/${{ matrix.test }}
name: Deploy
steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
cache: npm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prettier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
name: 🤔
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
cache: npm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v3
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/runtimes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
working-directory: runtimes/${{ matrix.test }}
name: Bun ${{ matrix.bun-version }} ${{ matrix.test }}
steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@4573031972107e0af692492ee967d9022deafd7b # v1
with:
bun-version: ${{ matrix.node-version }}
Expand All @@ -62,7 +62,7 @@ jobs:
working-directory: runtimes/${{ matrix.test }}

steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- uses: denoland/setup-deno@v1
with:
Expand All @@ -86,7 +86,7 @@ jobs:
working-directory: runtimes/${{ matrix.test }}
name: Node.js ${{ matrix.node-version }} ${{ matrix.test }}
steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
cache: npm
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
if: always()
# if: github.ref_name == 'main'
steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- uses: actions/checkout@v4
- uses: actions/download-artifact@v3
id: download
with:
Expand Down

0 comments on commit 357d0ba

Please sign in to comment.