diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1234dd1..3c9ce2c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,14 +10,14 @@ jobs: name: Flatpak runs-on: ubuntu-latest container: - image: bilelmoussaoui/flatpak-github-actions:gnome-44 + image: bilelmoussaoui/flatpak-github-actions:gnome-45 options: --privileged steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Flatpak Builder - uses: flatpak/flatpak-github-actions/flatpak-builder@v6.1 + uses: flatpak/flatpak-github-actions/flatpak-builder@v6.3 with: bundle: hu.kramo.Cartridges.Devel.flatpak manifest-path: flatpak/hu.kramo.Cartridges.Devel.json @@ -27,7 +27,7 @@ jobs: runs-on: windows-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup MSYS2 uses: msys2/setup-msys2@v2 diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index e8d6bdc..9067479 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -11,10 +11,10 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Download workflow artifact - uses: dawidd6/action-download-artifact@v2.27.0 + uses: dawidd6/action-download-artifact@v3.0.0 with: workflow: ci.yml commit: ${{ github.sha }} diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3443c11..b8ab73b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -59,4 +59,4 @@ VSCode extensions are available for all of these and you can set them up with th "isort.args":["--profile", "black"], ``` -For other code editors, you can install them via `pip` and invoke them via the command line. +For other code editors, you can install them via `pip` and invoke them from the command line.