Skip to content

Commit b35ce93

Browse files
authored
Merge pull request #130 from RFD-FHEM/dependabot/github_actions/actions/checkout-4.1.7
Bump actions/checkout from 4.1.6 to 4.1.7
2 parents a8b00a7 + 88bcc36 commit b35ce93

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/prove.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
jsontest:
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/[email protected].6
8+
- uses: actions/[email protected].7
99
- uses: shogo82148/[email protected]
1010
with:
1111
perl-version: '5.32'

.github/workflows/update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})"
1313
id: extract_branch
1414
- name: Checkout Repostory
15-
uses: actions/[email protected].6
15+
uses: actions/[email protected].7
1616
with:
1717
fetch-depth: 0
1818
- name: update controls files

0 commit comments

Comments
 (0)