Skip to content

Commit e94265a

Browse files
[skip ci] Bump actions/checkout from v4 to v6
Skip CI is intentional, #878 proved to be OK.
1 parent df9dc64 commit e94265a

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@v6
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@v6
4949

5050
- name: Check master.cfg files for DEV container
5151
run: ./validate_master_cfg.sh -e DEV
@@ -96,7 +96,7 @@ jobs:
9696
echo "ENV_FILE=.env" >>$GITHUB_ENV
9797
fi
9898
99-
- uses: actions/checkout@v4
99+
- uses: actions/checkout@v6
100100

101101
- name: prepare
102102
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@v6
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
@@ -70,7 +70,7 @@ jobs:
7070
if: github.ref == 'refs/heads/main'
7171

7272
#runs always.
73-
- uses: actions/checkout@v4
73+
- uses: actions/checkout@v6
7474
- name: Set up env vars
7575
run: |
7676
set -vx

.github/workflows/build-srpm.yml

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

100-
- uses: actions/checkout@v4
100+
- uses: actions/checkout@v6
101101
- name: Set up env vars
102102
run: |
103103
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@v6
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@v6
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@v6
1818
#//TEMP we need to check only modified files WRT main
1919
- name: Install requirements (apt)
2020
run: |

0 commit comments

Comments
 (0)