diff --git a/.github/workflows/dev-desktop-builds.yml b/.github/workflows/dev-desktop-builds.yml index bb809971e..11d1589ff 100644 --- a/.github/workflows/dev-desktop-builds.yml +++ b/.github/workflows/dev-desktop-builds.yml @@ -15,7 +15,7 @@ concurrency: cancel-in-progress: true env: - GODOT_VERSION: 4.1.1 + GODOT_VERSION: 4.1.2 EXPORT_NAME: Pixelorama jobs: @@ -23,7 +23,7 @@ jobs: name: Windows Export 🗔 runs-on: ubuntu-latest container: - image: docker://barichello/godot-ci:4.1.1 + image: docker://barichello/godot-ci:4.1.2 steps: - name: Setup WINE and rcedit 🍷 run: | @@ -60,7 +60,7 @@ jobs: name: Linux Export 🐧 runs-on: ubuntu-latest container: - image: docker://barichello/godot-ci:4.1.1 + image: docker://barichello/godot-ci:4.1.2 steps: - name: Checkout 🛎️ uses: actions/checkout@v4 diff --git a/.github/workflows/dev-web.yml b/.github/workflows/dev-web.yml index b468f9b2a..44f74d636 100644 --- a/.github/workflows/dev-web.yml +++ b/.github/workflows/dev-web.yml @@ -9,7 +9,7 @@ concurrency: cancel-in-progress: true env: - GODOT_VERSION: 4.1.1 + GODOT_VERSION: 4.1.2 EXPORT_NAME: Pixelorama jobs: @@ -17,7 +17,7 @@ jobs: name: Web Export 🌐 runs-on: ubuntu-latest container: - image: docker://barichello/godot-ci:4.1.1 + image: docker://barichello/godot-ci:4.1.2 steps: - name: Checkout 🛎️ uses: actions/checkout@v4 diff --git a/.github/workflows/static-checks.yml b/.github/workflows/static-checks.yml index 605510f49..3f5807b31 100644 --- a/.github/workflows/static-checks.yml +++ b/.github/workflows/static-checks.yml @@ -26,7 +26,7 @@ jobs: - name: Linting checks run: gdlint . - name: Spell checks via codespell - uses: codespell-project/actions-codespell@v1 + uses: codespell-project/actions-codespell@v2 with: skip: ./addons,*.po ignore_words_list: chello,doubleclick,Manuel