diff --git a/.github/workflows/deploy-docker-image-main.yml b/.github/workflows/deploy-docker-image-main.yml index a83dc35..5ee95f9 100644 --- a/.github/workflows/deploy-docker-image-main.yml +++ b/.github/workflows/deploy-docker-image-main.yml @@ -17,7 +17,7 @@ jobs: environment: dockerhub steps: - name: Check out the repo - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Login to Docker Hub uses: docker/login-action@v3 diff --git a/.github/workflows/deploy-docker-image-release.yml b/.github/workflows/deploy-docker-image-release.yml index d4c5c97..5b13150 100644 --- a/.github/workflows/deploy-docker-image-release.yml +++ b/.github/workflows/deploy-docker-image-release.yml @@ -12,7 +12,7 @@ jobs: environment: dockerhub steps: - name: Check out the repo - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Extract tag name id: extract_tag diff --git a/.github/workflows/docker-image-ci.yml b/.github/workflows/docker-image-ci.yml index 6a12879..fef3a3f 100644 --- a/.github/workflows/docker-image-ci.yml +++ b/.github/workflows/docker-image-ci.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out the repo - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Build the Docker image run: | diff --git a/.github/workflows/dockerfile-lint.yml b/.github/workflows/dockerfile-lint.yml index a8f5c89..383fabc 100644 --- a/.github/workflows/dockerfile-lint.yml +++ b/.github/workflows/dockerfile-lint.yml @@ -14,7 +14,7 @@ jobs: dockerfile-lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Run Dockerfile lint # https://github.com/hadolint/hadolint # TODO: find better alternatives? diff --git a/.github/workflows/toolkit-updater.yaml b/.github/workflows/toolkit-updater.yaml index dc006ce..b7f0eb6 100644 --- a/.github/workflows/toolkit-updater.yaml +++ b/.github/workflows/toolkit-updater.yaml @@ -11,7 +11,7 @@ jobs: steps: - name: Checkout Repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Set up Python uses: actions/setup-python@v6