diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 114a19b..4bf7b2e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: contents: write runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: ref: ${{ github.event.pull_request.head.ref }} @@ -52,13 +52,13 @@ jobs: if: github.event.pull_request.draft == false runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v45 + uses: tj-actions/changed-files@v47 - name: Check if changelog was touched run: | @@ -75,10 +75,10 @@ jobs: matrix: node-version: [18.x, 20.x, 22.x] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: ${{ matrix.node-version }} cache: "yarn" @@ -96,7 +96,7 @@ jobs: # Upload screenshots/videos - name: Upload snapshots - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 if: failure() with: name: cypress-snapshots-${{ matrix.node-version }} diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index dcbd0d3..948ae62 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -32,7 +32,7 @@ jobs: private_key: ${{ secrets.RELEASE_BOT_APP_PRIVATE_KEY }} - name: checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: token: ${{ steps.generate-token.outputs.token }} # we need everything so release-it can compare the current version with the latest tag diff --git a/CHANGELOG.md b/CHANGELOG.md index 0af8eb6..908063b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### dependabot: \#77 Bump the github-actions group across 1 directory with 4 updates + ## [5.3.0] - 2025-09-30 ### Fix