diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 6315a787..a9ff4ba2 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -14,7 +14,7 @@ jobs: container: hadolint/hadolint:latest-debian@sha256:158cd0184dcaa18bd8ec20b61f4c1cabdf8b32a592d062f57bdcb8e4c1d312e2 steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: hadolint run: | @@ -29,7 +29,7 @@ jobs: VERSION: "27" steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Login to DockerHub uses: docker/login-action@v3 @@ -65,7 +65,7 @@ jobs: VERSION: "28" steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Login to DockerHub uses: docker/login-action@v3 @@ -101,7 +101,7 @@ jobs: VERSION: "29" steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Login to DockerHub uses: docker/login-action@v3 @@ -137,7 +137,7 @@ jobs: VERSION: "30" steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Login to DockerHub uses: docker/login-action@v3 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7018a171..955c1fd0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,7 +8,7 @@ jobs: container: hadolint/hadolint:latest-debian@sha256:158cd0184dcaa18bd8ec20b61f4c1cabdf8b32a592d062f57bdcb8e4c1d312e2 steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: hadolint run: | @@ -23,7 +23,7 @@ jobs: VERSION: "27" steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Test build id: docker_build @@ -39,7 +39,7 @@ jobs: VERSION: "28" steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Test build id: docker_build @@ -55,7 +55,7 @@ jobs: VERSION: "29" steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Test build id: docker_build @@ -71,7 +71,7 @@ jobs: VERSION: "30" steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Test build id: docker_build