diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 64a1bfd..8c50b3d 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -13,7 +13,7 @@ jobs: release-type: simple token: ${{ github.token }} command: github-release - - uses: actions/checkout@v3 + - uses: actions/checkout@v7 - name: tag major and minor versions if: ${{ steps.release.outputs.release_created }} run: | diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 32936fc..907eae7 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -16,22 +16,22 @@ jobs: name: Tests runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - name: tests run: docker compose run --rm tests plugin-lint: name: Lint runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - name: lint run: docker compose run --rm lint plugin-shellcheck: name: Shellcheck runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - name: Run ShellCheck - uses: ludeeus/action-shellcheck@1.1.0 + uses: ludeeus/action-shellcheck@2.0.0 with: check_together: 'yes' diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml index 1858cc0..8cc5323 100644 --- a/.github/workflows/update-readme.yml +++ b/.github/workflows/update-readme.yml @@ -7,7 +7,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v7 with: token: ${{ secrets.INTEGRATIONS_FNM_BOT_TOKEN }} - name: Update README