Skip to content

Commit 2b62bcf

Browse files
committed
ci: Bump Actions Versions
Actions Checkout + Actions Python have had a bunch of improvements, time to update them.
1 parent 2b1bac4 commit 2b62bcf

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ jobs:
1010
generate-release:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v3
1414
- name: Set package version
1515
run: |
1616
export VERSION=$(echo $GITHUB_REF | sed 's/refs\/tags\/v//')
1717
echo "VERSION set to $VERSION"
1818
echo VERSION = \'$VERSION\' > filament_scale_enhanced/fse_version.py
1919
- name: Setup Python
20-
uses: actions/setup-python@v2
20+
uses: actions/setup-python@v4
2121
with:
2222
python-version: 3.8
2323
- name: Install OctoPrint
@@ -39,4 +39,4 @@ jobs:
3939
draft: false
4040
files: |
4141
LICENSE.txt
42-
dist/Filament_Scale_Enhanced.zip
42+
dist/Filament_Scale_Enhanced.zip

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ jobs:
1010
test:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v3
1414
- name: Setup Python
15-
uses: actions/setup-python@v2
15+
uses: actions/setup-python@v4
1616
with:
1717
python-version: 3.8
1818
- name: Install OctoPrint

0 commit comments

Comments
 (0)