Skip to content

Commit 5f91c8f

Browse files
authored
Merge pull request #161 from scribd/kristianm/node20-deprecated-actions
chore: DEVPLAT-7373 fix Node.js 20 deprecated GitHub Actions
2 parents 895639c + 0c58ef4 commit 5f91c8f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Inject slug/short variables
1919
# A GitHub Action to expose the slug values of some GitHub ENV variables
2020
# https://github.com/rlespinasse/github-slug-action
21-
uses: rlespinasse/github-slug-action@v3.x
21+
uses: rlespinasse/github-slug-action@v5
2222

2323
- name: Set up Docker Buildx
2424
id: buildx
@@ -54,7 +54,7 @@ jobs:
5454
- name: Inject slug/short variables
5555
# A GitHub Action to expose the slug values of some GitHub ENV variables
5656
# https://github.com/rlespinasse/github-slug-action
57-
uses: rlespinasse/github-slug-action@v3.x
57+
uses: rlespinasse/github-slug-action@v5
5858

5959
- name: Set up Docker Buildx
6060
id: buildx
@@ -117,7 +117,7 @@ jobs:
117117
- name: Inject slug/short variables
118118
# A GitHub Action to expose the slug values of some GitHub ENV variables
119119
# https://github.com/rlespinasse/github-slug-action
120-
uses: rlespinasse/github-slug-action@v3.x
120+
uses: rlespinasse/github-slug-action@v5
121121

122122
- name: Set up Docker Buildx
123123
id: buildx

0 commit comments

Comments
 (0)