Skip to content

Commit

Permalink
bump checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
devblackops committed Jul 6, 2023
1 parent 37add5e commit 3daa910
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
name: Publish module
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Publish module
id: publish
shell: pwsh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
- name: Test
run: pwsh -f ./build.ps1 -Task Test -Bootstrap

0 comments on commit 3daa910

Please sign in to comment.