Skip to content

Commit 3423896

Browse files
committed
ci: update actions/checkout in GHA workflows to v4
1 parent 0919a0d commit 3423896

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/clang.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
version: [12, 13, 14]
1212
steps:
1313
# Checks-out the repository under $GITHUB_WORKSPACE.
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v4
1515
with:
1616
submodules: 'recursive'
1717
- name: Install Debian packages

.github/workflows/gcc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
version: [9, 10, 11]
1212
steps:
1313
# Checks-out the repository under $GITHUB_WORKSPACE.
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v4
1515
with:
1616
submodules: 'recursive'
1717
- name: Install Debian packages

.github/workflows/msys2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
shell: msys2 {0}
1111
steps:
1212
# Checks-out the repository under $GITHUB_WORKSPACE.
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v4
1414
with:
1515
submodules: 'recursive'
1616
- uses: msys2/setup-msys2@v2

0 commit comments

Comments
 (0)