Skip to content

Commit d8c190e

Browse files
committed
chore: DEVPLAT-7373 fix Node.js 20 deprecated GitHub Actions
1 parent 6da3fab commit d8c190e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cicd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
id: go
2222

2323
- name: Check out code into the Go module directory
24-
uses: actions/checkout@v2
24+
uses: actions/checkout@v6
2525

2626
- name: Run test
2727
run: make test
@@ -45,7 +45,7 @@ jobs:
4545
password: ${{ secrets.SCRIBDBOT_GH_CONTAINER_REGISTRY_TOKEN }}
4646

4747
- name: Check out code into the Go module directory
48-
uses: actions/checkout@v2
48+
uses: actions/checkout@v6
4949

5050
# required for the changelog to work correctly
5151
- name: Unshallow

0 commit comments

Comments
 (0)