Skip to content

Commit

Permalink
Update actions/checkout action to v2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 7, 2024
1 parent 8b50ed3 commit 839b5ab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/closed-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
Github_personal_token: ${{ secrets.AU_GITHUB_API_KEY }}

steps:
- uses: actions/checkout@v2.2.0
- uses: actions/checkout@v2.7.0
- name: Authenticate with GitHub
run: |
Install-Module PowerShellForGitHub -Force -ErrorAction SilentlyContinue
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/edited-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

steps:
- uses: actions/checkout@v2.2.0
- uses: actions/checkout@v2.7.0
- name: Check exception
run: |
Import-Module "${{ github.workspace }}\scripts\edit.psm1"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/new-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

steps:
- uses: actions/checkout@v2.2.0
- uses: actions/checkout@v2.7.0
- name: Get new package
run: |
Import-Module "${{ github.workspace }}\scripts\new.psm1"
Expand Down

0 comments on commit 839b5ab

Please sign in to comment.