We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c0ae8fc + d9bae57 commit fb61bf6Copy full SHA for fb61bf6
2 files changed
.github/workflows/prove.yml
@@ -5,7 +5,7 @@ jobs:
5
jsontest:
6
runs-on: ubuntu-latest
7
steps:
8
- - uses: actions/checkout@v6.0.1
+ - uses: actions/checkout@v6.0.2
9
- uses: shogo82148/actions-setup-perl@v1.37.1
10
with:
11
perl-version: '5.32'
.github/workflows/update.yml
@@ -12,7 +12,7 @@ jobs:
12
run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})"
13
id: extract_branch
14
- name: Checkout Repostory
15
- uses: actions/checkout@v6.0.1
+ uses: actions/checkout@v6.0.2
16
17
fetch-depth: 0
18
- name: update controls files
0 commit comments