diff --git a/.github/workflows/dependabot-automerge.yml b/.github/workflows/dependabot-automerge.yml index bd569ba..fca06d5 100644 --- a/.github/workflows/dependabot-automerge.yml +++ b/.github/workflows/dependabot-automerge.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout Repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 1 diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 3393933..82df9a8 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -15,7 +15,7 @@ jobs: name: build-lint-test - node ${{ matrix.node_version }} steps: - name: Check out Git repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set up Node.js uses: actions/setup-node@v6 @@ -23,7 +23,7 @@ jobs: node-version: ${{ matrix.node_version }} - name: Get yarn cache - uses: actions/cache@v5 + uses: actions/cache@v6 id: yarn-cache with: path: | @@ -68,7 +68,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out Git repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 106fca6..353ca1a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: id-token: write steps: - name: Check out Git repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set up Node.js uses: actions/setup-node@v6 @@ -23,7 +23,7 @@ jobs: node-version: 24 - name: Get yarn cache - uses: actions/cache@v5 + uses: actions/cache@v6 id: yarn-cache with: path: |