Skip to content

Commit d0e1425

Browse files
authored
Merge pull request #169 from kkebo/dependabot/github_actions/actions/checkout-6.0.1
2 parents 0ea4f27 + b4414f4 commit d0e1425

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ jobs:
1515
permissions:
1616
contents: read
1717
steps:
18-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
18+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
1919
- run: swift format lint -rsp .
2020
yamllint:
2121
runs-on: ubuntu-24.04-arm
2222
permissions:
2323
contents: read
2424
steps:
25-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
25+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2626
- run: yamllint --version
2727
- run: yamllint --strict --config-file .yamllint.yml .

0 commit comments

Comments
 (0)