Skip to content

Commit

Permalink
Upgrade actions/checkout v3.0.2 -> v3.1.0 (#277)
Browse files Browse the repository at this point in the history
  • Loading branch information
Picnic-Bot authored Oct 5, 2022
1 parent f4e191e commit 9ad8c27
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 @@ -18,7 +18,7 @@ jobs:
# additionally enabling all checks defined in this project and any
# Error Prone checks available only from other artifact repositories.
- name: Check out code
uses: actions/checkout@v3.0.2
uses: actions/checkout@v3.1.0
- name: Set up JDK
uses: actions/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-website.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Check out code
uses: actions/checkout@v3.0.2
uses: actions/checkout@v3.1.0
- name: Configure Github Pages
uses: actions/[email protected]
- name: Generate documentation
Expand Down

0 comments on commit 9ad8c27

Please sign in to comment.