aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/release.yml
diff options
context:
space:
mode:
authorGeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com>2024-01-24 21:12:43 +0100
committerGitHub <noreply@github.com>2024-01-24 21:12:43 +0100
commita4467b2b3ffb8c61deefa4b4a2b88f98d5da124b (patch)
tree594613a03bb78e77d49cd1afa9c400af0881aabd /.github/workflows/release.yml
parent49ce8b2c7037996ba77b08f2949a406406e66529 (diff)
downloadFlightCore-a4467b2b3ffb8c61deefa4b4a2b88f98d5da124b.tar.gz
FlightCore-a4467b2b3ffb8c61deefa4b4a2b88f98d5da124b.zip
chore: Bump checkout action to v4 (#766)
v3 uses Node 16 which is slated for deprecation by GitHub Actions
Diffstat (limited to '.github/workflows/release.yml')
-rw-r--r--.github/workflows/release.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 80c33a6a..e576a564 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -12,7 +12,7 @@ jobs:
ensure-same-version:
runs-on: ubuntu-22.04
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
- name: install dependencies
run: |
pip install toml
@@ -29,7 +29,7 @@ jobs:
runs-on: ${{ matrix.platform }}
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
- name: setup node
uses: actions/setup-node@v3
with:
@@ -89,7 +89,7 @@ jobs:
needs: build
runs-on: ubuntu-22.04
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
- uses: actions/download-artifact@v3
- name: Create release file
run: |