diff --git a/.github/workflows/indexer-image.yml b/.github/workflows/indexer-image.yml index cb63018..d3f08c7 100644 --- a/.github/workflows/indexer-image.yml +++ b/.github/workflows/indexer-image.yml @@ -22,7 +22,7 @@ jobs: name: build indexer image runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6.0.2 + - uses: actions/checkout@v7.0.0 - name: Set image name run: echo "IMAGE_NAME=ghcr.io/${GITHUB_REPOSITORY,,}-indexer" >> "$GITHUB_ENV" @@ -46,7 +46,7 @@ jobs: type=ref,event=tag type=sha,prefix=sha- - - uses: docker/build-push-action@v7 + - uses: docker/build-push-action@v7.2.0 with: context: indexer push: ${{ github.event_name != 'pull_request' }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1120f3e..6b27ba4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,7 @@ jobs: run: working-directory: client steps: - - uses: actions/checkout@v6.0.2 + - uses: actions/checkout@v7.0.0 - uses: actions/setup-node@v6 with: node-version: lts/* @@ -30,7 +30,7 @@ jobs: run: working-directory: server steps: - - uses: actions/checkout@v6.0.2 + - uses: actions/checkout@v7.0.0 - uses: actions/setup-node@v6 with: node-version: lts/* @@ -49,7 +49,7 @@ jobs: run: working-directory: indexer steps: - - uses: actions/checkout@v6.0.2 + - uses: actions/checkout@v7.0.0 - uses: actions/setup-node@v6 with: node-version: lts/*