Skip to content

Commit

Permalink
Bump checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
ra1028 committed Jan 29, 2024
1 parent a686d7a commit 988f674
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
name: Publish Documentation
runs-on: macos-13
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Build docs
run: make docs
- name: Deploy
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: Validation
runs-on: macos-13
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Get SwiftPM cache
uses: actions/cache@v2
Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:
name: Test on macOS
runs-on: macos-13
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Show environments
run: |
swift --version
Expand Down

0 comments on commit 988f674

Please sign in to comment.