diff --git a/.github/workflows/build-docker-image.yml b/.github/workflows/build-docker-image.yml index 35d8736..08e55d3 100644 --- a/.github/workflows/build-docker-image.yml +++ b/.github/workflows/build-docker-image.yml @@ -18,7 +18,7 @@ jobs: packages: write steps: - name: Checkout repository - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 with: # On workflow_dispatch, checkout the tag passed in. On a tag push, checkout the tag from the event. ref: ${{ github.event.inputs.version || github.ref }}