diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f5e6b027..b9ff1b90 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,7 +19,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 - name: Setup uses: ./.github/actions/setup diff --git a/.github/workflows/npm-release.yml b/.github/workflows/npm-release.yml index 3bbb71ec..d200c11c 100644 --- a/.github/workflows/npm-release.yml +++ b/.github/workflows/npm-release.yml @@ -20,7 +20,7 @@ jobs: steps: # Checkout the code - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 diff --git a/.github/workflows/publish-docs.yml b/.github/workflows/publish-docs.yml index 4c422d47..e0779c21 100644 --- a/.github/workflows/publish-docs.yml +++ b/.github/workflows/publish-docs.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: get the gh-pages repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: ref: gh-pages @@ -31,7 +31,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout src - uses: actions/checkout@v4 + uses: actions/checkout@v5 - run: mkdir -p ./docs - name: Download the existing documents artifact @@ -63,7 +63,7 @@ jobs: runs-on: ubuntu-latest steps: - name: checkout the gh-pages repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: ref: gh-pages diff --git a/.github/workflows/snyk.yml b/.github/workflows/snyk.yml index 2a969b17..692291e5 100644 --- a/.github/workflows/snyk.yml +++ b/.github/workflows/snyk.yml @@ -29,7 +29,7 @@ jobs: - if: github.actor == 'dependabot[bot]' || github.event_name == 'merge_group' run: exit 0 # Skip unnecessary test runs for dependabot and merge queues. Artifically flag as successful, as this is a required check for branch protection. - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: ref: ${{ github.event.pull_request.head.sha || github.ref }}