Skip to content

Commit

Permalink
Merge pull request #42 from yutailang0119/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/checkout-4.1.2

Bump actions/checkout from 4.1.1 to 4.1.2
  • Loading branch information
yutailang0119 authored Mar 29, 2024
2 parents 601d740 + 7650e73 commit c5bb2a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
matrix:
os: [macos-latest, ubuntu-latest]
steps:
- uses: actions/checkout@v4.1.1
- uses: actions/checkout@v4.1.2
- name: Build
run: swift build
- name: Run tests
Expand Down

0 comments on commit c5bb2a9

Please sign in to comment.