Skip to content

Commit

Permalink
fix(workflow): fix godot-ci version
Browse files Browse the repository at this point in the history
  • Loading branch information
enzoritto committed Oct 1, 2024
1 parent b807343 commit b901101
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
permissions:
contents: write
container:
image: barichello/godot-ci:4.3-stable
image: barichello/godot-ci:4.3
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
contents: write

container:
image: barichello/godot-ci:4.3-stable
image: barichello/godot-ci:4.3

steps:
- name: Checkout
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
contents: write

container:
image: barichello/godot-ci:4.3-stable
image: barichello/godot-ci:4.3

steps:
- name: Checkout
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
- name: Set up GitVersion
uses: gittools/actions/gitversion/[email protected]
with:
versionSpec: '5.x'
versionSpec: "5.x"

- name: Execute GitVersion
uses: gittools/actions/gitversion/[email protected]
Expand Down

0 comments on commit b901101

Please sign in to comment.