Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9ae29ce

Browse files
Bump actions/checkout from 4.2.0 to 4.2.1 (asterisk-java#663)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.0 to 4.2.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.2.0...v4.2.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a6f3e50 commit 9ae29ce

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.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].0
17+
uses: actions/[email protected].1
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].0
12+
uses: actions/[email protected].1
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].0
43+
uses: actions/[email protected].1
4444
with:
4545
ref: master
4646
fetch-depth: 0

0 commit comments

Comments
 (0)