diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2778924..46abfb8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Check out repository - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Set up Node uses: actions/setup-node@v6.4.0 diff --git a/.github/workflows/release-draft.yml b/.github/workflows/release-draft.yml index 58799b5..db0dba7 100644 --- a/.github/workflows/release-draft.yml +++ b/.github/workflows/release-draft.yml @@ -21,7 +21,7 @@ jobs: steps: - name: Check out tagged commit - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: ref: ${{ github.event.inputs.tag || github.ref }}