Skip to content

Commit d05b59e

Browse files
authored
deps(ci): bump actions/checkout to v4 (#495)
1 parent 2ce2c39 commit d05b59e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
redis: [6.2, 7.4]
2222
timeout-minutes: 15
2323
steps:
24-
- uses: actions/checkout@v2
24+
- uses: actions/checkout@v4
2525
- name: Get Deno version
2626
run: |
2727
echo "DENO_VERSION=$(cat .denov)" >> $GITHUB_ENV
@@ -57,7 +57,7 @@ jobs:
5757
lint:
5858
runs-on: ubuntu-latest
5959
steps:
60-
- uses: actions/checkout@v2
60+
- uses: actions/checkout@v4
6161
- name: Get Deno version
6262
run: |
6363
echo "DENO_VERSION=$(cat .denov)" >> $GITHUB_ENV
@@ -85,7 +85,7 @@ jobs:
8585
redis: [7.4]
8686
timeout-minutes: 15
8787
steps:
88-
- uses: actions/checkout@v2
88+
- uses: actions/checkout@v4
8989
- name: Get Deno version
9090
run: |
9191
echo "DENO_VERSION=$(cat .denov)" >> $GITHUB_ENV

0 commit comments

Comments
 (0)