diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index d427eb8b..449b3c2a 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -10,7 +10,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3 + - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 - uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # v3 with: node-version: lts/* diff --git a/.github/workflows/manual.yml b/.github/workflows/manual.yml index b4bae9ac..a37b72a4 100644 --- a/.github/workflows/manual.yml +++ b/.github/workflows/manual.yml @@ -15,7 +15,7 @@ jobs: group: manual cancel-in-progress: true steps: - - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3 + - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 - uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # v3 with: node-version: lts/* diff --git a/.github/workflows/prettier.yml b/.github/workflows/prettier.yml index 99ac2468..dfad7025 100644 --- a/.github/workflows/prettier.yml +++ b/.github/workflows/prettier.yml @@ -15,7 +15,7 @@ jobs: name: 🤔 runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/setup-node@v3 with: cache: npm diff --git a/.github/workflows/social.yml b/.github/workflows/social.yml index 5173be66..e978da7e 100644 --- a/.github/workflows/social.yml +++ b/.github/workflows/social.yml @@ -22,7 +22,7 @@ jobs: group: ${{ github.event.inputs.documentId }}-${{ github.event.inputs.force }} cancel-in-progress: true steps: - - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3 + - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 - uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # v3 with: node-version: lts/*