diff --git a/.github/workflows/test-and-release.yml b/.github/workflows/test-and-release.yml index 470d684..d3dd9b5 100644 --- a/.github/workflows/test-and-release.yml +++ b/.github/workflows/test-and-release.yml @@ -9,13 +9,13 @@ jobs: test-unit: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - run: npm test package_check: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: "Ensure that code has been packaged and committed" run: |- npm install @@ -29,7 +29,7 @@ jobs: matrix: os: [ ubuntu-latest, macos-latest, windows-latest ] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Install deck with token and team id uses: ./ @@ -49,7 +49,7 @@ jobs: permissions: contents: write steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/test-pr.yml b/.github/workflows/test-pr.yml index 35360db..66b98df 100644 --- a/.github/workflows/test-pr.yml +++ b/.github/workflows/test-pr.yml @@ -13,7 +13,7 @@ jobs: if: github.actor == 'dependabot[bot]' runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: ref: ${{ github.head_ref }} @@ -33,14 +33,14 @@ jobs: needs: rebuild-dependabot runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - run: npm test package_check: needs: rebuild-dependabot runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: "Ensure that code has been packaged and committed" run: |- npm install @@ -55,7 +55,7 @@ jobs: matrix: os: [ ubuntu-latest, macos-latest, windows-latest ] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Install deck with token and team id uses: ./