Skip to content

Commit fd06129

Browse files
authored
Merge pull request #30 from kkebo/dependabot/github_actions/actions/checkout-6.0.0
2 parents e0bdbe3 + 674fb2f commit fd06129

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
permissions:
1616
contents: read
1717
steps:
18-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
18+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
1919
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
2020
with:
2121
path: |
@@ -32,13 +32,13 @@ jobs:
3232
permissions:
3333
contents: read
3434
steps:
35-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
35+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
3636
- run: swift format lint -rsp .
3737
yamllint:
3838
runs-on: ubuntu-24.04-arm
3939
permissions:
4040
contents: read
4141
steps:
42-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
42+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
4343
- run: yamllint --version
4444
- run: yamllint --strict --config-file .yamllint.yml .

0 commit comments

Comments
 (0)