We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eb60b15 + 8c8e49d commit 0f23494Copy full SHA for 0f23494
3 files changed
.github/workflows/Action-Test.yml
@@ -23,7 +23,7 @@ jobs:
23
steps:
24
# Need to check out as part of the test, as its a local action
25
- name: Checkout repo
26
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
27
28
- name: Get issue file content
29
id: GetIssueFileContent
.github/workflows/Auto-Release.yml
@@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest
- name: Checkout Code
30
31
- name: Auto-Release
32
uses: PSModule/Auto-Release@v1
.github/workflows/Linter.yml
@@ -19,7 +19,7 @@ jobs:
19
20
21
22
with:
fetch-depth: 0
0 commit comments