Skip to content

Commit

Permalink
Bump actions/checkout from 4.1.2 to 4.1.4 (#1276)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Apr 30, 2024
1 parent 95bd1b6 commit e8ef23e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/changelog-enforcer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
changelog:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.2
- uses: actions/checkout@v4.1.4
- uses: dangoslen/changelog-enforcer@v3
with:
changeLogPath: 'CHANGELOG.md'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v4.1.2
uses: actions/checkout@v4.1.4
with:
# We must fetch at least the immediate parents so that if this is
# a pull request then we can checkout the head.
Expand Down
18 changes: 9 additions & 9 deletions .github/workflows/continuous-integration-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
-
name: Checkout repository
uses: actions/checkout@v4.1.2
uses: actions/checkout@v4.1.4
-
name: Build UBI8 docker image
run: |
Expand All @@ -27,7 +27,7 @@ jobs:
steps:
-
name: Checkout repository
uses: actions/checkout@v4.1.2
uses: actions/checkout@v4.1.4
- name: Build UBI8 docker image
run: |
./.github/workflows/build-docker-image.sh \
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
steps:
-
name: Checkout repository
uses: actions/checkout@v4.1.2
uses: actions/checkout@v4.1.4
-
name: Check shell scripts
run: |
Expand All @@ -72,7 +72,7 @@ jobs:
steps:
-
name: Checkout repository
uses: actions/checkout@v4.1.2
uses: actions/checkout@v4.1.4
-
name: Check shell scripts
run: |
Expand All @@ -88,7 +88,7 @@ jobs:
steps:
-
name: Checkout repository
uses: actions/checkout@v4.1.2
uses: actions/checkout@v4.1.4
-
name: Setup Go 1.18
uses: actions/setup-go@v5
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
steps:
-
name: Checkout repository
uses: actions/checkout@v4.1.2
uses: actions/checkout@v4.1.4
-
name: Check shell scripts
run: |
Expand All @@ -145,7 +145,7 @@ jobs:
steps:
-
name: Checkout repository
uses: actions/checkout@v4.1.2
uses: actions/checkout@v4.1.4
-
name: Check jsl expectations
run: |
Expand All @@ -163,7 +163,7 @@ jobs:
steps:
-
name: Checkout repository
uses: actions/checkout@v4.1.2
uses: actions/checkout@v4.1.4
-
name: Setup Go 1.18
uses: actions/setup-go@v5
Expand Down Expand Up @@ -207,7 +207,7 @@ jobs:
# run: jq . <<< "${GITHUB_CONTEXT}"
# -
# name: Checkout repository
# uses: actions/checkout@v4.1.2
# uses: actions/checkout@v4.1.4
# with:
# fetch-depth: 0
# path: 'ods-core'
Expand Down

0 comments on commit e8ef23e

Please sign in to comment.