Skip to content

Commit ca1e506

Browse files
Bump actions/checkout from 2 to 4 (#214)
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>
1 parent 069136a commit ca1e506

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/tests.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
# Run npm build and check that the dist/ folder is up to date.
2121
runs-on: ubuntu-latest
2222
steps:
23-
- uses: actions/checkout@v2
23+
- uses: actions/checkout@v4
2424
- name: Build
2525
run: |
2626
npm install
@@ -39,7 +39,7 @@ jobs:
3939
- { os: windows-latest, shell: powershell, variant: ccache, xfail: true }
4040
runs-on: ${{ matrix.os }}
4141
steps:
42-
- uses: actions/checkout@v2
42+
- uses: actions/checkout@v4
4343
- name: Run ccache-action
4444
id: ccache
4545
uses: ./
@@ -96,7 +96,7 @@ jobs:
9696
- { os: windows-latest, shell: powershell, variant: ccache }
9797
runs-on: ${{ matrix.os }}
9898
steps:
99-
- uses: actions/checkout@v2
99+
- uses: actions/checkout@v4
100100
- name: Run ccache action
101101
uses: ./
102102
id: output
@@ -121,7 +121,7 @@ jobs:
121121
- { os: windows-latest, shell: powershell, variant: ccache }
122122
runs-on: ${{ matrix.os }}
123123
steps:
124-
- uses: actions/checkout@v2
124+
- uses: actions/checkout@v4
125125
- run: |
126126
echo "RAND=$RANDOM" >> $GITHUB_ENV
127127
- name: Run ccache action
@@ -148,7 +148,7 @@ jobs:
148148
- { os: windows-latest, shell: powershell, variant: ccache }
149149
runs-on: ${{ matrix.os }}
150150
steps:
151-
- uses: actions/checkout@v2
151+
- uses: actions/checkout@v4
152152
- run: |
153153
echo "RAND=$RANDOM" >> $GITHUB_ENV
154154
- name: Run ccache action
@@ -168,7 +168,7 @@ jobs:
168168
runs-on: ubuntu-latest
169169
container: ubuntu:latest
170170
steps:
171-
- uses: actions/checkout@v2
171+
- uses: actions/checkout@v4
172172
- run: apt update
173173
shell: bash
174174
- name: Run ccache-action
@@ -179,7 +179,7 @@ jobs:
179179
runs-on: ubuntu-latest
180180
container: alpine:latest
181181
steps:
182-
- uses: actions/checkout@v2
182+
- uses: actions/checkout@v4
183183
- run: apk update
184184
shell: sh
185185
- name: Run ccache-action
@@ -192,7 +192,7 @@ jobs:
192192
matrix:
193193
save: [true, false]
194194
steps:
195-
- uses: actions/checkout@v2
195+
- uses: actions/checkout@v4
196196
- name: Run ccache-action
197197
uses: ./
198198
with:
@@ -205,7 +205,7 @@ jobs:
205205
matrix:
206206
append-timestamp: [true, false]
207207
steps:
208-
- uses: actions/checkout@v2
208+
- uses: actions/checkout@v4
209209
- name: Run ccache-action
210210
uses: ./
211211
with:
@@ -218,7 +218,7 @@ jobs:
218218
matrix:
219219
create-symlink: [true, false]
220220
steps:
221-
- uses: actions/checkout@v2
221+
- uses: actions/checkout@v4
222222
- name: Run ccache-action
223223
uses: ./
224224
with:

0 commit comments

Comments
 (0)