Skip to content

Commit

Permalink
Use checkout v3 to suppress action warning
Browse files Browse the repository at this point in the history
  • Loading branch information
onevcat committed Jan 8, 2023
1 parent 3254062 commit 0ce2b6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
]
swift-version: [5.0]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7.4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@v3
- name: Generate Documentation
uses: SwiftDocOrg/swift-doc@master
with:
Expand Down

0 comments on commit 0ce2b6b

Please sign in to comment.