Skip to content

Commit d562341

Browse files
authored
astro update (#193)
1 parent 54e22cd commit d562341

File tree

4 files changed

+253
-28
lines changed

4 files changed

+253
-28
lines changed

.github/workflows/CI.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,22 @@ on:
66

77
jobs:
88
tests:
9-
runs-on: ubuntu-20.04
9+
runs-on: ubuntu-latest
1010
name: Build
1111
steps:
1212
# Checks out a copy of your repository on the ubuntu machine
1313
- name: Checkout code
14-
uses: actions/checkout@v2
14+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1515

1616
- name: Setup npm
17-
uses: actions/setup-node@v2
17+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
1818
with:
1919
node-version: '20'
2020

2121
- name: Setup Python
22-
uses: actions/setup-python@v2
22+
uses: actions/setup-python@v5.5.0 # v5.5.0
2323
with:
24-
python-version: '3.x' # Version range or exact version of a Python version to use, using SemVer's version range syntax
24+
python-version: '3.13'
2525

2626
- name: Install dependencies
2727
run: |

.github/workflows/Docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env:
1212

1313
jobs:
1414
tests:
15-
runs-on: ubuntu-20.04
15+
runs-on: ubuntu-latest
1616
name: Build
1717
steps:
1818
# Checks out a copy of your repository on the ubuntu machine

0 commit comments

Comments
 (0)