diff --git a/.github/workflows/deploy-image.yml b/.github/workflows/deploy-image.yml index abb0782..6898bbb 100644 --- a/.github/workflows/deploy-image.yml +++ b/.github/workflows/deploy-image.yml @@ -34,7 +34,7 @@ jobs: packages: write steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 # Login against a Docker registry except on PR # https://github.com/docker/login-action diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d8ae069..bb9d5ec 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Setup ENV # https://docs.github.com/en/free-pro-team@latest/actions/reference/workflow-commands-for-github-actions#setting-an-environment-variable diff --git a/.github/workflows/test-run.yml b/.github/workflows/test-run.yml index d7b64b6..5751c20 100644 --- a/.github/workflows/test-run.yml +++ b/.github/workflows/test-run.yml @@ -19,7 +19,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Setup ENV # https://docs.github.com/en/free-pro-team@latest/actions/reference/workflow-commands-for-github-actions#setting-an-environment-variable