diff --git a/.github/workflows/code-server.yml b/.github/workflows/code-server.yml index 9ecf2c6..27c6f26 100644 --- a/.github/workflows/code-server.yml +++ b/.github/workflows/code-server.yml @@ -17,7 +17,7 @@ jobs: steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Build image run: docker build @@ -25,7 +25,7 @@ jobs: --tag code-server - name: Login to GitHub Container Registry - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ghcr.io username: ${{ github.repository_owner }} diff --git a/.github/workflows/devcontainer.yml b/.github/workflows/devcontainer.yml index 21e66c0..cd6e19e 100644 --- a/.github/workflows/devcontainer.yml +++ b/.github/workflows/devcontainer.yml @@ -17,7 +17,7 @@ jobs: steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Build image run: docker build @@ -25,7 +25,7 @@ jobs: --tag devcontainer - name: Login to GitHub Container Registry - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ghcr.io username: ${{ github.repository_owner }} diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5a57ab9..532efdf 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -77,7 +77,7 @@ jobs: - name: Extract ecs metadata (tags, labels) id: ecsmeta if: github.ref_type == 'tag' - uses: docker/metadata-action@v4 + uses: docker/metadata-action@v5 with: images: | ${{ env.REGISTRY_GHCR }}/${{ env.ECS_IMAGENAME_GHCR }}