From ef0420a3891180e3d449f5d83d0c9d6784e78370 Mon Sep 17 00:00:00 2001 From: anaxios Date: Tue, 13 Aug 2024 23:06:11 -0700 Subject: [PATCH] Update GitHub Actions workflow to use actions/checkout@v4 --- .github/workflows/publish-image.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-image.yaml b/.github/workflows/publish-image.yaml index 1f023aa..ec82934 100644 --- a/.github/workflows/publish-image.yaml +++ b/.github/workflows/publish-image.yaml @@ -6,7 +6,7 @@ jobs: build_and_publish: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Build and push image run: | docker login --username anaxios --password ${{ secrets.GH_TOKEN }} ghcr.io