Skip to content

Commit df78b2e

Browse files
committed
Update github actions
1 parent 0521bb5 commit df78b2e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dev-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@v6
1616
- name: Build docker image from master and push it
1717
run: ./.github/workflows/scripts/build_and_push_dev.sh
1818
env:

.github/workflows/prod-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout
11-
uses: actions/checkout@v4
11+
uses: actions/checkout@v6
1212
- name: Check Tag
1313
id: check-tag
1414
run: |

0 commit comments

Comments
 (0)