Update GitHub Actions workflow to use actions/checkout@v4

This commit is contained in:
2024-08-13 23:06:11 -07:00
parent 24d02f8cb4
commit ef0420a389

View File

@@ -6,7 +6,7 @@ jobs:
build_and_publish: build_and_publish:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
- name: Build and push image - name: Build and push image
run: | run: |
docker login --username anaxios --password ${{ secrets.GH_TOKEN }} ghcr.io docker login --username anaxios --password ${{ secrets.GH_TOKEN }} ghcr.io