Skip to content

Commit

Permalink
Update pipeline dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
Malcolmnixon committed Dec 22, 2024
1 parent 7dbb181 commit d9aab27
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ on:
jobs:
build:
name: Assembling artifacts
runs-on: ubuntu-20.04
runs-on: ubuntu-latest

# Note, to satisfy the asset library we need to make sure our zip files have a root folder
# this is why we checkout into demo/godot_mvn_tracker
# and build plugin/godot_mvn_tracker
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
path: demo/godot_mvn_tracker
- name: Create Godot MVN Tracker plugin
Expand All @@ -29,13 +29,13 @@ jobs:
rm -rf demo/godot_mvn_tracker/.git
rm -rf demo/godot_mvn_tracker/.github
- name: Create Godot MVN Tracker library artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: godot_mvn_tracker
path: |
plugin
- name: Create Godot MVN Tracker demo artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: godot_mvn_tracker_demo
path: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/gdlint-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: Install Dependencies
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Official releases are tagged and can be found [here](https://github.com/Malcolmn
The following branches are in active development:
| Branch | Description | Godot version |
|-----------|-------------------------------|------------------|
| master | Current development branch | Godot 4.3-dev6+ |
| master | Current development branch | Godot 4.3 |

## Overview

Expand Down

0 comments on commit d9aab27

Please sign in to comment.