diff --git a/.github/workflows/ghcr-deploy.yml b/.github/workflows/ghcr-deploy.yml index ed8b345..fedd2c5 100644 --- a/.github/workflows/ghcr-deploy.yml +++ b/.github/workflows/ghcr-deploy.yml @@ -23,7 +23,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Log into registry ${{ env.REGISTRY }} if: github.event_name != 'pull_request' diff --git a/.github/workflows/test-env.yml b/.github/workflows/test-env.yml index 4dc7987..53ac011 100644 --- a/.github/workflows/test-env.yml +++ b/.github/workflows/test-env.yml @@ -19,7 +19,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: print to console run: echo "Hello Watchdog! ${{secrets.TEST}} ${{github.repository}} ${{env.REGISTRY}}" \ No newline at end of file