Skip to content

Commit fcc6e6c

Browse files
committed
Upodate actions
1 parent 60aa887 commit fcc6e6c

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: Set time zone to Europe/Helsinki
1717
uses: zcong1993/setup-timezone@master
1818
with:

.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: Set time zone to Europe/Helsinki
1313
uses: zcong1993/setup-timezone@master
1414
with:

0 commit comments

Comments
 (0)