-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump actions/checkout from 4.1.4 to 4.1.5 (#1284)
- Loading branch information
1 parent
ac9eedd
commit 19803ae
Showing
3 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ jobs: | |
changelog: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected].4 | ||
- uses: actions/[email protected].5 | ||
- uses: dangoslen/changelog-enforcer@v3 | ||
with: | ||
changeLogPath: 'CHANGELOG.md' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ jobs: | |
|
||
steps: | ||
- name: Checkout repository | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].5 | ||
with: | ||
# We must fetch at least the immediate parents so that if this is | ||
# a pull request then we can checkout the head. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ jobs: | |
steps: | ||
- | ||
name: Checkout repository | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].5 | ||
- | ||
name: Build UBI8 docker image | ||
run: | | ||
|
@@ -27,7 +27,7 @@ jobs: | |
steps: | ||
- | ||
name: Checkout repository | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].5 | ||
- name: Build UBI8 docker image | ||
run: | | ||
./.github/workflows/build-docker-image.sh \ | ||
|
@@ -56,7 +56,7 @@ jobs: | |
steps: | ||
- | ||
name: Checkout repository | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].5 | ||
- | ||
name: Check shell scripts | ||
run: | | ||
|
@@ -72,7 +72,7 @@ jobs: | |
steps: | ||
- | ||
name: Checkout repository | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].5 | ||
- | ||
name: Check shell scripts | ||
run: | | ||
|
@@ -88,7 +88,7 @@ jobs: | |
steps: | ||
- | ||
name: Checkout repository | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].5 | ||
- | ||
name: Setup Go 1.18 | ||
uses: actions/setup-go@v5 | ||
|
@@ -128,7 +128,7 @@ jobs: | |
steps: | ||
- | ||
name: Checkout repository | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].5 | ||
- | ||
name: Check shell scripts | ||
run: | | ||
|
@@ -145,7 +145,7 @@ jobs: | |
steps: | ||
- | ||
name: Checkout repository | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].5 | ||
- | ||
name: Check jsl expectations | ||
run: | | ||
|
@@ -163,7 +163,7 @@ jobs: | |
steps: | ||
- | ||
name: Checkout repository | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].5 | ||
- | ||
name: Setup Go 1.18 | ||
uses: actions/setup-go@v5 | ||
|
@@ -207,7 +207,7 @@ jobs: | |
# run: jq . <<< "${GITHUB_CONTEXT}" | ||
# - | ||
# name: Checkout repository | ||
# uses: actions/[email protected].4 | ||
# uses: actions/[email protected].5 | ||
# with: | ||
# fetch-depth: 0 | ||
# path: 'ods-core' | ||
|