diff --git a/.github/workflows/build-image-base.yml b/.github/workflows/build-image-base.yml index cbbc9eaa..1a1f5f13 100644 --- a/.github/workflows/build-image-base.yml +++ b/.github/workflows/build-image-base.yml @@ -47,7 +47,7 @@ jobs: with: access_token: ${{ secrets.GITHUB_TOKEN }} - name: Checkout - uses: actions/checkout@v6.0.3 + uses: actions/checkout@v7.0.0 with: submodules: true - name: Log in to ghcr.io Container registry diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 580e27d9..06ead71b 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -21,7 +21,7 @@ jobs: permissions: packages: write steps: - - uses: actions/checkout@v6.0.3 + - uses: actions/checkout@v7.0.0 - uses: ruby/setup-ruby@v1 with: bundler-cache: true # runs 'bundle install' and caches installed gems automatically @@ -224,7 +224,7 @@ jobs: runs-on: ubuntu-latest needs: [ check_docker_published_images ] steps: - - uses: actions/checkout@v6.0.3 + - uses: actions/checkout@v7.0.0 with: ref: main if: ${{ github.ref_name == 'main' }} diff --git a/.github/workflows/lint_on_pr.yml b/.github/workflows/lint_on_pr.yml index 25461d2c..637ac4d0 100644 --- a/.github/workflows/lint_on_pr.yml +++ b/.github/workflows/lint_on_pr.yml @@ -20,7 +20,7 @@ jobs: with: access_token: ${{ secrets.GITHUB_TOKEN }} - name: Checkout Code - uses: actions/checkout@v6.0.3 + uses: actions/checkout@v7.0.0 with: fetch-depth: 0 diff --git a/.github/workflows/tag-docker-image.yml b/.github/workflows/tag-docker-image.yml index 00052192..0deb66ec 100644 --- a/.github/workflows/tag-docker-image.yml +++ b/.github/workflows/tag-docker-image.yml @@ -19,7 +19,7 @@ jobs: packages: write contents: write steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.1 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v6.0.1 - name: Login to DockerHub uses: docker/login-action@v4 with: