Skip to content

Commit dad870c

Browse files
Bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5abcd82 commit dad870c

8 files changed

Lines changed: 9 additions & 9 deletions

.github/workflows/bbm_build_container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- 5000:5000
2626

2727
steps:
28-
- uses: actions/checkout@v4
28+
- uses: actions/checkout@v5
2929

3030
- name: Enable Production release - no rebuild
3131
run: echo "MAIN_BRANCH=true" >> $GITHUB_ENV

.github/workflows/bbm_deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
check:
4646
runs-on: ubuntu-22.04
4747
steps:
48-
- uses: actions/checkout@v4
48+
- uses: actions/checkout@v5
4949

5050
- name: Check master.cfg files for DEV container
5151
run: ./validate_master_cfg.sh -e DEV
@@ -94,7 +94,7 @@ jobs:
9494
echo "ENV_FILE=.env" >>$GITHUB_ENV
9595
fi
9696
97-
- uses: actions/checkout@v4
97+
- uses: actions/checkout@v5
9898

9999
- name: prepare
100100
env:

.github/workflows/bbw_build_container_rhel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
run: echo "MAIN_BRANCH=true" >> $GITHUB_ENV
7373
if: github.ref == 'refs/heads/main'
7474

75-
- uses: actions/checkout@v4
75+
- uses: actions/checkout@v5
7676
- name: Set up env vars
7777
run: |
7878
set -vx

.github/workflows/bbw_build_container_template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
if: github.ref == 'refs/heads/main'
6161

6262
#runs always.
63-
- uses: actions/checkout@v4
63+
- uses: actions/checkout@v5
6464
- name: Set up env vars
6565
run: |
6666
set -vx

.github/workflows/build-srpm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
run: echo "MAIN_BRANCH=true" >> $GITHUB_ENV
8888
if: github.ref == 'refs/heads/main'
8989

90-
- uses: actions/checkout@v4
90+
- uses: actions/checkout@v5
9191
- name: Set up env vars
9292
run: |
9393
set -vx

.github/workflows/eco_containers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
WORKDIR: eco_build_images
3333

3434
steps:
35-
- uses: actions/checkout@v4
35+
- uses: actions/checkout@v5
3636
# - name: Set up QEMU
3737
# uses: docker/setup-qemu-action@v2
3838
- name: Check Dockerfile with hadolint

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
pre-commit:
1010
runs-on: ubuntu-24.04
1111
steps:
12-
- uses: actions/checkout@v4
12+
- uses: actions/checkout@v5
1313
#//TEMP we need to check only modified files WRT main
1414
- name: Install requirements (apt)
1515
run: |

.github/workflows/unittests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
pre-commit:
1515
runs-on: ubuntu-24.04
1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v5
1818
#//TEMP we need to check only modified files WRT main
1919
- name: Install requirements (apt)
2020
run: |

0 commit comments

Comments
 (0)