Skip to content

Commit

Permalink
Bump GH action (deprecate notice)
Browse files Browse the repository at this point in the history
  • Loading branch information
fauust committed Oct 22, 2023
1 parent 17130bd commit fef489c
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bb_containers_rhel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
WORKDIR: ci_build_images

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up env vars
run: |
set -vx
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bbm_build_container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- 5000:5000

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Check Dockerfile with hadolint
run: |
docker run -i -v $(pwd):/mnt -w /mnt ghcr.io/hadolint/hadolint:latest hadolint /mnt/Dockerfile
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/bbm_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Check master.cfg files
run: ./validate_master_cfg.sh

Expand All @@ -44,7 +44,7 @@ jobs:
github.ref == 'refs/heads/dev' &&
github.repository == 'MariaDB/buildbot'
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: prepare
run: |
install -m 600 -D /dev/null ~/.ssh/id_ed25519
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bbw_build_container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
WORKDIR: ci_build_images

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up env vars
run: |
set -vx
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/eco_containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
WORKDIR: eco_build_images

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
# - name: Set up QEMU
# uses: docker/setup-qemu-action@v2
- name: Check Dockerfile with hadolint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
#//TEMP we need to check only modified files WRT main
- name: run pre-commit (all)
run: |
Expand Down

0 comments on commit fef489c

Please sign in to comment.