Skip to content

Commit

Permalink
Bump actions/checkout from 3 to 4 (#326)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 5, 2023
1 parent 3b8be66 commit 27adb80
Show file tree
Hide file tree
Showing 9 changed files with 30 additions and 30 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
name: Build and Deploy Job
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true
- name: Build And Deploy
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/build-push-container-images-2.13.Final.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
echo "BRANCH=${{ github.ref_name }}" >> $GITHUB_ENV
- name: Checkout from ${{ env.REF }}
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ env.REF }}

Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
echo "BRANCH=${{ github.ref_name }}" >> $GITHUB_ENV
- name: Checkout from ${{ env.REF }}
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ env.REF }}

Expand Down Expand Up @@ -187,7 +187,7 @@ jobs:
echo "BRANCH=${{ github.ref_name }}" >> $GITHUB_ENV
- name: Checkout from ${{ env.REF }}
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ env.REF }}

Expand Down Expand Up @@ -269,7 +269,7 @@ jobs:
echo "BRANCH=${{ github.ref_name }}" >> $GITHUB_ENV
- name: Checkout from ${{ env.REF }}
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ env.REF }}

Expand Down Expand Up @@ -332,7 +332,7 @@ jobs:
echo "BRANCH=${{ github.ref_name }}" >> $GITHUB_ENV
- name: Checkout from ${{ env.REF }}
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ env.REF }}

Expand Down Expand Up @@ -400,7 +400,7 @@ jobs:
echo "BRANCH=${{ github.ref_name }}" >> $GITHUB_ENV
- name: Checkout from ${{ env.REF }}
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ env.REF }}

Expand Down Expand Up @@ -448,7 +448,7 @@ jobs:
echo "BRANCH=${{ github.ref_name }}" >> $GITHUB_ENV
- name: Checkout from ${{ env.REF }}
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ env.REF }}

Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/build-push-container-images-rhbq-2.13.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
echo "BRANCH=${{ github.ref_name }}" >> $GITHUB_ENV
- name: Checkout from ${{ env.REF }}
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ env.REF }}

Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
echo "BRANCH=${{ github.ref_name }}" >> $GITHUB_ENV
- name: Checkout from ${{ env.REF }}
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ env.REF }}

Expand Down Expand Up @@ -190,7 +190,7 @@ jobs:
echo "BRANCH=${{ github.ref_name }}" >> $GITHUB_ENV
- name: Checkout from ${{ env.REF }}
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ env.REF }}

Expand Down Expand Up @@ -284,7 +284,7 @@ jobs:
echo "BRANCH=${{ github.ref_name }}" >> $GITHUB_ENV
- name: Checkout from ${{ env.REF }}
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ env.REF }}

Expand Down Expand Up @@ -380,7 +380,7 @@ jobs:
echo "BRANCH=${{ github.ref_name }}" >> $GITHUB_ENV
- name: Checkout from ${{ env.REF }}
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ env.REF }}

Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/build-push-container-images-rhbq-2.7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
echo "BRANCH=${{ github.ref_name }}" >> $GITHUB_ENV
- name: Checkout from ${{ env.REF }}
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ env.REF }}

Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
echo "BRANCH=${{ github.ref_name }}" >> $GITHUB_ENV
- name: Checkout from ${{ env.REF }}
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ env.REF }}

Expand Down Expand Up @@ -200,7 +200,7 @@ jobs:
echo "BRANCH=${{ github.ref_name }}" >> $GITHUB_ENV
- name: Checkout from ${{ env.REF }}
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ env.REF }}

Expand Down Expand Up @@ -276,7 +276,7 @@ jobs:
- name: Checkout from ${{ env.REF }}
if: (matrix.arch == 'amd64') || (matrix.kind != 'native-')
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ env.REF }}

Expand Down Expand Up @@ -366,7 +366,7 @@ jobs:
echo "BRANCH=${{ github.ref_name }}" >> $GITHUB_ENV
- name: Checkout from ${{ env.REF }}
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ env.REF }}

Expand Down Expand Up @@ -443,7 +443,7 @@ jobs:
echo "BRANCH=${{ github.ref_name }}" >> $GITHUB_ENV
- name: Checkout from ${{ env.REF }}
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ env.REF }}

Expand Down Expand Up @@ -523,7 +523,7 @@ jobs:
echo "BRANCH=${{ github.ref_name }}" >> $GITHUB_ENV
- name: Checkout from ${{ env.REF }}
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ env.REF }}

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/build-push-container-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
echo "BRANCH=${{ github.ref_name }}" >> $GITHUB_ENV
- name: Checkout from ${{ env.REF }}
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ env.REF }}

Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:
echo "BRANCH=${{ github.ref_name }}" >> $GITHUB_ENV
- name: Checkout from ${{ env.REF }}
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ env.REF }}

Expand Down Expand Up @@ -226,7 +226,7 @@ jobs:
echo "BRANCH=${{ github.ref_name }}" >> $GITHUB_ENV
- name: Checkout from ${{ env.REF }}
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ env.REF }}

Expand Down Expand Up @@ -325,7 +325,7 @@ jobs:
echo "BRANCH=${{ github.ref_name }}" >> $GITHUB_ENV
- name: Checkout from ${{ env.REF }}
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ env.REF }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-push-ui-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout from ${{ inputs.branch }}
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ inputs.branch }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create-deploy-resources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
echo "BRANCH=${{ github.ref_name }}" >> $GITHUB_ENV
- name: Checkout from ${{ env.REF }}
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ env.REF }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/quarkus-snapshot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ jobs:
distribution: temurin

- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: current-repo

- name: Checkout Ecosystem
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: ${{ env.ECOSYSTEM_CI_REPO }}
path: ecosystem-ci
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/simple-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- ui-super-heroes
name: "build-test-${{ matrix.project }}-${{ matrix.java }}"
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup Java ${{ matrix.java }}
uses: actions/setup-java@v3
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
- ui-super-heroes
name: "native-build-test-${{ matrix.project }}"
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Cache and restore Mandrel distro
id: check-mandrel-cache
Expand Down

0 comments on commit 27adb80

Please sign in to comment.