Skip to content

Commit

Permalink
Bump actions/checkout from 2 to 4 (#214)
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v2...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 11, 2024
1 parent 069136a commit ca1e506
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
# Run npm build and check that the dist/ folder is up to date.
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Build
run: |
npm install
Expand All @@ -39,7 +39,7 @@ jobs:
- { os: windows-latest, shell: powershell, variant: ccache, xfail: true }
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Run ccache-action
id: ccache
uses: ./
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
- { os: windows-latest, shell: powershell, variant: ccache }
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Run ccache action
uses: ./
id: output
Expand All @@ -121,7 +121,7 @@ jobs:
- { os: windows-latest, shell: powershell, variant: ccache }
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- run: |
echo "RAND=$RANDOM" >> $GITHUB_ENV
- name: Run ccache action
Expand All @@ -148,7 +148,7 @@ jobs:
- { os: windows-latest, shell: powershell, variant: ccache }
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- run: |
echo "RAND=$RANDOM" >> $GITHUB_ENV
- name: Run ccache action
Expand All @@ -168,7 +168,7 @@ jobs:
runs-on: ubuntu-latest
container: ubuntu:latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- run: apt update
shell: bash
- name: Run ccache-action
Expand All @@ -179,7 +179,7 @@ jobs:
runs-on: ubuntu-latest
container: alpine:latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- run: apk update
shell: sh
- name: Run ccache-action
Expand All @@ -192,7 +192,7 @@ jobs:
matrix:
save: [true, false]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Run ccache-action
uses: ./
with:
Expand All @@ -205,7 +205,7 @@ jobs:
matrix:
append-timestamp: [true, false]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Run ccache-action
uses: ./
with:
Expand All @@ -218,7 +218,7 @@ jobs:
matrix:
create-symlink: [true, false]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Run ccache-action
uses: ./
with:
Expand Down

0 comments on commit ca1e506

Please sign in to comment.