Skip to content

Commit a7c4259

Browse files
Update actions/checkout action to v3.6.0
1 parent 54af73c commit a7c4259

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@v3.5.2
20+
uses: actions/checkout@v3.6.0
2121

2222
- name: APT cache
2323
uses: actions/cache@v3

.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: ["14.2"]
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v3.5.2
18+
uses: actions/checkout@v3.6.0
1919

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

.github/workflows/markdown-link-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v3.5.2
15+
uses: actions/checkout@v3.6.0
1616
- name: markdown-link-check
1717
uses: gaurav-nelson/[email protected]

0 commit comments

Comments
 (0)