diff --git a/.github/workflows/actionlint.yml b/.github/workflows/actionlint.yml index 7da8a20..0b3ec57 100644 --- a/.github/workflows/actionlint.yml +++ b/.github/workflows/actionlint.yml @@ -10,10 +10,10 @@ jobs: name: actionlint with reviewdog runs-on: ubuntu-latest steps: - - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: actionlint - uses: reviewdog/action-actionlint@42de1e3a0f52d5f8b8390894de87bc603844e530 # v1.37.0 + uses: reviewdog/action-actionlint@82693e9e3b239f213108d6e412506f8b54003586 # v1.39.1 with: github_token: ${{ secrets.GITHUB_TOKEN }} reporter: github-pr-review diff --git a/.github/workflows/test-action.yml b/.github/workflows/test-action.yml index 34bcfc8..02ebadc 100644 --- a/.github/workflows/test-action.yml +++ b/.github/workflows/test-action.yml @@ -11,7 +11,7 @@ jobs: test_action: runs-on: ubuntu-latest steps: - - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: install clippy uses: dtolnay/rust-toolchain@stable diff --git a/.github/workflows/validate-renovate.yml b/.github/workflows/validate-renovate.yml index dc19a02..3ef2a4f 100644 --- a/.github/workflows/validate-renovate.yml +++ b/.github/workflows/validate-renovate.yml @@ -11,8 +11,8 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 - - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + - uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1 - name: install run: | diff --git a/action.yml b/action.yml index db5a8ea..e8e2b34 100644 --- a/action.yml +++ b/action.yml @@ -58,7 +58,7 @@ runs: env: # datasource=github-releases REVIEWDOG_REPO: "reviewdog/reviewdog" - REVIEWDOG_VERSION: "v0.14.1" + REVIEWDOG_VERSION: "v0.15.0" run: | curl -sfL "https://raw.githubusercontent.com/${REVIEWDOG_REPO}/master/install.sh" \ | sh -s -- -b /usr/local/bin/ "${REVIEWDOG_VERSION}"