We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
actions/checkout
1 parent 2ce2c39 commit d05b59eCopy full SHA for d05b59e
.github/workflows/build.yml
@@ -21,7 +21,7 @@ jobs:
21
redis: [6.2, 7.4]
22
timeout-minutes: 15
23
steps:
24
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
25
- name: Get Deno version
26
run: |
27
echo "DENO_VERSION=$(cat .denov)" >> $GITHUB_ENV
@@ -57,7 +57,7 @@ jobs:
57
lint:
58
runs-on: ubuntu-latest
59
60
61
62
63
@@ -85,7 +85,7 @@ jobs:
85
redis: [7.4]
86
87
88
89
90
91
0 commit comments