Skip to content

Commit 1f0b59b

Browse files
authored
Merge pull request #770 from asterisk-java/dependabot/github_actions/actions/checkout-6.0.2
build(deps): bump actions/checkout from 6.0.1 to 6.0.2
2 parents 8ac4d54 + 9be4db0 commit 1f0b59b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
java: [ 8, 11, 17 ]
1515
steps:
1616
- name: Check out code
17-
uses: actions/[email protected].1
17+
uses: actions/[email protected].2
1818
with:
1919
fetch-depth: 0
2020

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Check out code
12-
uses: actions/[email protected].1
12+
uses: actions/[email protected].2
1313

1414
- name: Set up Java
1515
uses: actions/[email protected]
@@ -40,7 +40,7 @@ jobs:
4040
runs-on: ubuntu-latest
4141
steps:
4242
- name: Check out code
43-
uses: actions/[email protected].1
43+
uses: actions/[email protected].2
4444
with:
4545
ref: master
4646
fetch-depth: 0

0 commit comments

Comments
 (0)