Skip to content

Commit

Permalink
fix: Change in CI main and cd-pages files (#2100)
Browse files Browse the repository at this point in the history
  • Loading branch information
bparmar-splunk authored Jul 11, 2023
1 parent 91553aa commit 09095ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: oleksiyrudenko/gha-git-credentials@v2-latest
- uses: oleksiyrudenko/gha-git-credentials@v2.1.1
with:
token: "${{ secrets.GITHUB_TOKEN }}"
- uses: actions/setup-python@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: oleksiyrudenko/gha-git-credentials@v2-latest
- uses: oleksiyrudenko/gha-git-credentials@v2.1.1
with:
token: "${{ secrets.GITHUB_TOKEN }}"
- uses: actions/setup-python@v4
Expand Down

0 comments on commit 09095ac

Please sign in to comment.