Skip to content

Commit 692739f

Browse files
chore: update actions/checkout action to v4 (#3689)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4bcb0c6 commit 692739f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Diff for: .github/workflows/CI.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
sudo apt install --yes curl
2222
curl --location https://deb.nodesource.com/setup_14.x | sudo --preserve-env bash -
2323
sudo DEBIAN_FRONTEND=noninteractive apt install --yes nodejs
24-
- uses: actions/checkout@v3
24+
- uses: actions/checkout@v4
2525
# workaround for https://github.com/actions/runner/issues/2033
2626
- name: ownership workaround
2727
run: git config --global --add safe.directory '*'
@@ -50,7 +50,7 @@ jobs:
5050
sudo apt install --yes curl
5151
curl --location https://deb.nodesource.com/setup_16.x | sudo --preserve-env bash -
5252
sudo DEBIAN_FRONTEND=noninteractive apt install --yes nodejs
53-
- uses: actions/checkout@v3
53+
- uses: actions/checkout@v4
5454
# workaround for https://github.com/actions/runner/issues/2033
5555
- name: ownership workaround
5656
run: git config --global --add safe.directory '*'
@@ -79,7 +79,7 @@ jobs:
7979
sudo apt install --yes curl
8080
curl --location https://deb.nodesource.com/setup_18.x | sudo --preserve-env bash -
8181
sudo DEBIAN_FRONTEND=noninteractive apt install --yes nodejs
82-
- uses: actions/checkout@v3
82+
- uses: actions/checkout@v4
8383
# workaround for https://github.com/actions/runner/issues/2033
8484
- name: ownership workaround
8585
run: git config --global --add safe.directory '*'
@@ -108,7 +108,7 @@ jobs:
108108
sudo apt install --yes curl
109109
curl --location https://deb.nodesource.com/setup_20.x | sudo --preserve-env bash -
110110
sudo DEBIAN_FRONTEND=noninteractive apt install --yes nodejs
111-
- uses: actions/checkout@v3
111+
- uses: actions/checkout@v4
112112
# workaround for https://github.com/actions/runner/issues/2033
113113
- name: ownership workaround
114114
run: git config --global --add safe.directory '*'
@@ -127,7 +127,7 @@ jobs:
127127
windows:
128128
runs-on: windows-2022
129129
steps:
130-
- uses: actions/checkout@v3
130+
- uses: actions/checkout@v4
131131
with:
132132
max_attempts: 3
133133
- name: Update yarn

Diff for: .github/workflows/container-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: checkout
16-
uses: actions/checkout@v3
16+
uses: actions/checkout@v4
1717
- name: Set up QEMU
1818
uses: docker/setup-qemu-action@v3
1919
- name: Set up Docker Buildx

0 commit comments

Comments
 (0)