Skip to content

Commit f8d8f20

Browse files
chore: update actions/checkout action to v3 (#3605)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 01e35e0 commit f8d8f20

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/CI.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
sudo apt install --yes curl
1717
curl --location https://deb.nodesource.com/setup_14.x | sudo --preserve-env bash -
1818
sudo DEBIAN_FRONTEND=noninteractive apt install --yes nodejs
19-
- uses: actions/checkout@v2
19+
- uses: actions/checkout@v3
2020
# workaround for https://github.com/actions/runner/issues/2033
2121
- name: ownership workaround
2222
run: git config --global --add safe.directory '*'
@@ -45,7 +45,7 @@ jobs:
4545
sudo apt install --yes curl
4646
curl --location https://deb.nodesource.com/setup_16.x | sudo --preserve-env bash -
4747
sudo DEBIAN_FRONTEND=noninteractive apt install --yes nodejs
48-
- uses: actions/checkout@v2
48+
- uses: actions/checkout@v3
4949
# workaround for https://github.com/actions/runner/issues/2033
5050
- name: ownership workaround
5151
run: git config --global --add safe.directory '*'
@@ -74,7 +74,7 @@ jobs:
7474
sudo apt install --yes curl
7575
curl --location https://deb.nodesource.com/setup_18.x | sudo --preserve-env bash -
7676
sudo DEBIAN_FRONTEND=noninteractive apt install --yes nodejs
77-
- uses: actions/checkout@v2
77+
- uses: actions/checkout@v3
7878
# workaround for https://github.com/actions/runner/issues/2033
7979
- name: ownership workaround
8080
run: git config --global --add safe.directory '*'
@@ -93,7 +93,7 @@ jobs:
9393
windows:
9494
runs-on: windows-2022
9595
steps:
96-
- uses: actions/checkout@v2
96+
- uses: actions/checkout@v3
9797
- name: Update yarn
9898
run: |
9999
node --version

0 commit comments

Comments
 (0)