Skip to content

Commit

Permalink
Merge pull request #38 from tunisiano187/renovate/all
Browse files Browse the repository at this point in the history
Update actions/checkout action to v4.2.1
  • Loading branch information
tunisiano187 authored Oct 23, 2024
2 parents bb8e23b + a08ce36 commit 1255de3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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@v4.1.7
- uses: actions/checkout@v4.2.1
- 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@v4.1.7
- uses: actions/checkout@v4.2.1
- name: Get new package
run: |
Import-Module "${{ github.workspace }}\scripts\new.psm1"
Expand Down

0 comments on commit 1255de3

Please sign in to comment.