Skip to content

Commit

Permalink
Update build-docs.yml
Browse files Browse the repository at this point in the history
Update actions/checkout from v2 to v3
  • Loading branch information
chris-bateman authored Sep 4, 2023
1 parent f1b358d commit c4c5085
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
ruby-version: 2.7

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
Expand All @@ -28,4 +28,4 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./slate/build
keep_files: true
keep_files: true

0 comments on commit c4c5085

Please sign in to comment.