diff --git a/.github/workflows/build-action.yml b/.github/workflows/build-action.yml index 41ec1a1..41f8e66 100644 --- a/.github/workflows/build-action.yml +++ b/.github/workflows/build-action.yml @@ -14,7 +14,7 @@ jobs: contents: write steps: - - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: fetch-depth: 2 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f8bdc07..f0ea3e0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - name: Setup Node with v20.11.0 uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0