diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 41bd8d1..d0192b9 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -27,7 +27,7 @@ jobs: APPNAME: demo1 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Azure Login # This step logs into Azure to get the App Configuration settings diff --git a/.github/workflows/test-ga.yml b/.github/workflows/test-ga.yml index 9d26a1a..6c2e3dc 100644 --- a/.github/workflows/test-ga.yml +++ b/.github/workflows/test-ga.yml @@ -9,7 +9,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Run tool setup run: jq -V