We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2771323 commit 386bbc4Copy full SHA for 386bbc4
.github/workflows/pr.yml
@@ -18,7 +18,7 @@ jobs:
18
19
steps:
20
- name: Checkout
21
- uses: actions/checkout@v3 # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
+ uses: actions/checkout@v4 # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
22
23
- name: Fetch all tags
24
run: git fetch --force --tags
.github/workflows/release.yml
@@ -23,7 +23,7 @@ jobs:
echo "$GITHUB_CONTEXT"
25
26
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
27
with:
28
fetch-depth: 0
29
@@ -68,7 +68,7 @@ jobs:
68
runs-on: ubuntu-latest
69
70
71
72
73
74
0 commit comments