Skip to content

Commit e083ea5

Browse files
Update actions/checkout action to v4.3.0
1 parent df30583 commit e083ea5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
image: swift:${{ matrix.swift }}
1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@v4.2.1
20+
uses: actions/checkout@v4.3.0
2121

2222
- name: APT cache
2323
uses: actions/cache@v4.1.1

.github/workflows/ci-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
xcode: ["15.4", "16.0"]
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v4.2.1
18+
uses: actions/checkout@v4.3.0
1919

2020
- name: Select Xcode ${{ matrix.xcode }}
2121
run: sudo xcode-select -s /Applications/Xcode_${{ matrix.xcode }}.app

.github/workflows/ci-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
tag: 5.10-RELEASE
1919

2020
- name: Checkout
21-
uses: actions/checkout@v4.2.1
21+
uses: actions/checkout@v4.3.0
2222

2323
- name: Cache vcpkg
2424
uses: actions/cache@v4.1.1

0 commit comments

Comments
 (0)