Skip to content

Commit a533344

Browse files
committed
fix github version
1 parent 69cef43 commit a533344

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build-and-deploy-branch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
# Step 1: Checkout source code (to access sync_sch.sh script)
1313
- name: Checkout source code
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@v6
1515

1616
# Step 2: Run the Sync Script
1717
- name: Sync from Peppol repos
@@ -23,7 +23,7 @@ jobs:
2323

2424
# Step 4: Commit generated files
2525
- name: Commit the generated files
26-
uses: EndBug/add-and-commit@v9
26+
uses: EndBug/add-and-commit@v10
2727
with:
2828
default_author: github_actions
2929
message: 'Generated by github actions'

.github/workflows/build-and-deploy-main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
# Step 1: Checkout source code (to access sync_sch.sh script)
1313
- name: Checkout source code
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@v6
1515

1616
# Step 2: Run the Sync Script
1717
- name: Sync from Peppol repos
@@ -23,7 +23,7 @@ jobs:
2323

2424
# Step 4: Commit generated files
2525
- name: Commit the generated files
26-
uses: EndBug/add-and-commit@v9
26+
uses: EndBug/add-and-commit@v10
2727
with:
2828
default_author: github_actions
2929
message: 'Generated by github actions'

0 commit comments

Comments
 (0)