Skip to content

Commit b9528e7

Browse files
committed
Update actions versions to use Node.js 20
1 parent 228ab57 commit b9528e7

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/code-server.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ jobs:
1717

1818
steps:
1919

20-
- uses: actions/checkout@v3
20+
- uses: actions/checkout@v4
2121

2222
- name: Build image
2323
run: docker build
2424
code-server
2525
--tag code-server
2626

2727
- name: Login to GitHub Container Registry
28-
uses: docker/login-action@v2
28+
uses: docker/login-action@v3
2929
with:
3030
registry: ghcr.io
3131
username: ${{ github.repository_owner }}

.github/workflows/devcontainer.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ jobs:
1717

1818
steps:
1919

20-
- uses: actions/checkout@v3
20+
- uses: actions/checkout@v4
2121

2222
- name: Build image
2323
run: docker build
2424
devcontainer
2525
--tag devcontainer
2626

2727
- name: Login to GitHub Container Registry
28-
uses: docker/login-action@v2
28+
uses: docker/login-action@v3
2929
with:
3030
registry: ghcr.io
3131
username: ${{ github.repository_owner }}

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
- name: Extract ecs metadata (tags, labels)
7878
id: ecsmeta
7979
if: github.ref_type == 'tag'
80-
uses: docker/metadata-action@v4
80+
uses: docker/metadata-action@v5
8181
with:
8282
images: |
8383
${{ env.REGISTRY_GHCR }}/${{ env.ECS_IMAGENAME_GHCR }}

0 commit comments

Comments
 (0)