diff --git a/.github/workflows/actionlint.yml b/.github/workflows/actionlint.yml index 2af7028..1af88f0 100644 --- a/.github/workflows/actionlint.yml +++ b/.github/workflows/actionlint.yml @@ -20,7 +20,7 @@ jobs: permissions: contents: read steps: - - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5 + - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 - uses: docker://rhysd/actionlint:1.7.0 with: args: -color diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index ded3721..7533dd5 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -23,7 +23,7 @@ jobs: contents: read timeout-minutes: 10 steps: - - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5 + - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 - uses: peaceiris/workflows/setup-node@v0.20.0 with: node-version-file: ".nvmrc"