Skip to content

Commit

Permalink
update to actions/[email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
DawoudIO committed May 6, 2023
1 parent 36df5d1 commit 20104d7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.2
- uses: actions/checkout@v3.5.2
with:
# fetch full history so things like auto-changelog work properly
fetch-depth: 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
build_n_deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.2
- uses: actions/checkout@v3.5.2
with:
# fetch full history so things like auto-changelog work properly
fetch-depth: 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/poeditor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
Download:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.2
- uses: actions/checkout@v3.5.2
with:
# fetch full history so things like auto-changelog work properly
fetch-depth: 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
security_checker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.2
- uses: actions/checkout@v3.5.2
with:
fetch-depth: 0

Expand Down

0 comments on commit 20104d7

Please sign in to comment.