We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 115e1e8 commit 47654bfCopy full SHA for 47654bf
action.yml
@@ -24,7 +24,7 @@ runs:
24
using: "composite"
25
steps:
26
- name: Checkout
27
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
28
- name: Ensure full commit history
29
run: |
30
cd $GITHUB_WORKSPACE
@@ -68,4 +68,4 @@ runs:
68
shell: bash
69
70
# See github contexts for more like github.action_path.
71
-# REF: https://docs.github.com/en/actions/learn-github-actions/contexts#github-context
+# REF: https://docs.github.com/en/actions/learn-github-actions/contexts#github-context
0 commit comments