Skip to content

Commit afee791

Browse files
committed
Update CI action
1 parent 33ce7b1 commit afee791

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,14 @@ on:
55
- main
66
pull_request:
77
jobs:
8-
98
test:
109
name: Test
1110
runs-on: ubuntu-latest
1211
permissions:
1312
contents: read
1413
steps:
1514
- name: Checkout the repository
16-
uses: actions/checkout@v3
15+
uses: actions/checkout@v4
1716
- name: Install tools from asdf config
1817
uses: ai/asdf-cache-action@v1
1918
- name: Install all dependencies
@@ -31,7 +30,7 @@ jobs:
3130
contents: write
3231
steps:
3332
- name: Checkout the repository
34-
uses: actions/checkout@v3
33+
uses: actions/checkout@v4
3534
with:
3635
persist-credentials: false
3736
- name: Install tools from asdf config

0 commit comments

Comments
 (0)