Skip to content

Commit

Permalink
Merge pull request #13 from zer0Kerbal/patch-1
Browse files Browse the repository at this point in the history
Update to actions/checkout@v3
  • Loading branch information
HebaruSan committed May 8, 2022
2 parents 1e6535c + 9670b55 commit 744cfdb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
container: mono:latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Restore cache for ~/.nuget/packages
uses: actions/cache@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Installing build dependencies
run: apt-get update && apt-get install -y wget jq
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Restore, build, and test
run: msbuild -r -p:configuration=Release
- name: Smoke test the validator outside the build dir
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 1
- name: Validate config files
Expand Down

0 comments on commit 744cfdb

Please sign in to comment.