Skip to content

Commit

Permalink
Updated GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Git Bot authored and USA-RedDragon committed Mar 2, 2022
1 parent d438dba commit 4701daa
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-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2.4.0
uses: actions/checkout@v3.0.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
submodules: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/submodule-sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2.4.0
uses: actions/checkout@v3.0.0
with:
token: ${{ secrets.PAT_TOKEN }}
submodules: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-github-actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2.4.0
uses: actions/checkout@v3.0.0
with:
token: ${{ secrets.PAT_TOKEN }}
submodules: true
Expand Down

0 comments on commit 4701daa

Please sign in to comment.