diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4d07c484..3947729b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: - name: Repo metadata id: repo - uses: actions/github-script@v6.3.2 + uses: actions/github-script@v6.3.3 with: script: | const repo = await github.rest.repos.get(context.repo) @@ -55,7 +55,7 @@ jobs: run: echo ${{ steps.buildx.outputs.platforms }} - name: Get platforms - uses: actions/github-script@v6.3.2 + uses: actions/github-script@v6.3.3 id: platforms env: DOCKER_CLI_EXPERIMENTAL: enabled diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 193e42ec..f1aafbf5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -100,7 +100,7 @@ jobs: steps: - name: Recreate tag - uses: actions/github-script@v6.3.2 + uses: actions/github-script@v6.3.3 with: script: | const tag = 'tags/${{ matrix.tag }}'; @@ -130,7 +130,7 @@ jobs: - name: Repo metadata id: repo - uses: actions/github-script@v6.3.2 + uses: actions/github-script@v6.3.3 with: script: | const repo = await github.rest.repos.get(context.repo) @@ -154,7 +154,7 @@ jobs: run: echo ${{ steps.buildx.outputs.platforms }} - name: Get platforms - uses: actions/github-script@v6.3.2 + uses: actions/github-script@v6.3.3 id: platforms env: DOCKER_CLI_EXPERIMENTAL: enabled