Skip to content

Commit ff9fac0

Browse files
authored
Merge branch 'master' into copilot/fix-9295f8a0-cf61-4538-b7c0-fdc3b631f552
2 parents 51976bb + a7f78e8 commit ff9fac0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v5
2323

2424
- name: Setup Python
25-
uses: actions/setup-python@v4
25+
uses: actions/setup-python@v5
2626
with:
2727
python-version: "3.11"
2828

@@ -44,7 +44,7 @@ jobs:
4444
run: python site/build_site.py
4545

4646
- name: Setup Pages
47-
uses: actions/configure-pages@v4
47+
uses: actions/configure-pages@v5
4848

4949
- name: Upload artifact
5050
uses: actions/upload-pages-artifact@v3

.github/workflows/validate-xls.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313

1414
steps:
1515
- name: Checkout repository
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@v5
1717

1818
- name: Setup Python
19-
uses: actions/setup-python@v4
19+
uses: actions/setup-python@v5
2020
with:
2121
python-version: "3.11"
2222

0 commit comments

Comments
 (0)