diff options
| author | William Boman <william@redwill.se> | 2024-05-31 14:37:56 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-31 14:37:56 +0200 |
| commit | 0fb4e56837f13b81a972fcc0554be1327b39061e (patch) | |
| tree | f0b3d5632143f4900be6de7ff682f50b94c6a644 /.github | |
| parent | fix(pypi): exclude python3.12 from candidate list (#1722) (diff) | |
| download | mason-0fb4e56837f13b81a972fcc0554be1327b39061e.tar mason-0fb4e56837f13b81a972fcc0554be1327b39061e.tar.gz mason-0fb4e56837f13b81a972fcc0554be1327b39061e.tar.bz2 mason-0fb4e56837f13b81a972fcc0554be1327b39061e.tar.lz mason-0fb4e56837f13b81a972fcc0554be1327b39061e.tar.xz mason-0fb4e56837f13b81a972fcc0554be1327b39061e.tar.zst mason-0fb4e56837f13b81a972fcc0554be1327b39061e.zip | |
ci: upgrade deps (#1726)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/cbfmt.yml | 4 | ||||
| -rw-r--r-- | .github/workflows/release.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/selene.yml | 4 | ||||
| -rw-r--r-- | .github/workflows/stylua.yml | 4 | ||||
| -rw-r--r-- | .github/workflows/tests.yml | 3 |
5 files changed, 9 insertions, 8 deletions
diff --git a/.github/workflows/cbfmt.yml b/.github/workflows/cbfmt.yml index e59deba3..09760bbb 100644 --- a/.github/workflows/cbfmt.yml +++ b/.github/workflows/cbfmt.yml @@ -10,7 +10,7 @@ jobs: cbfmt: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Download cbfmt run: | mkdir /tmp/cbfmt && cd $_ @@ -20,7 +20,7 @@ jobs: - name: Download Stylua run: | mkdir /tmp/stylua && cd $_ - curl -fsSL -o stylua.zip "https://github.com/JohnnyMorganz/StyLua/releases/download/v0.18.0/stylua-linux.zip" + curl -fsSL -o stylua.zip "https://github.com/JohnnyMorganz/StyLua/releases/download/v0.20.0/stylua-linux.zip" unzip -d /usr/local/bin stylua.zip - name: Download Shellharden run: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 65446325..06d2d296 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: README.md lua/mason/version.lua - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: rickstaa/action-create-tag@v1 if: ${{ steps.release.outputs.release_created }} diff --git a/.github/workflows/selene.yml b/.github/workflows/selene.yml index fb87d50e..6f50a397 100644 --- a/.github/workflows/selene.yml +++ b/.github/workflows/selene.yml @@ -10,11 +10,11 @@ jobs: selene: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Run Selene check uses: NTBBloodbath/selene-action@v1.0.0 with: # token is needed because the action allegedly downloads binary from github releases token: ${{ secrets.GITHUB_TOKEN }} args: lua/ tests/ - version: 0.25.0 + version: 0.27.1 diff --git a/.github/workflows/stylua.yml b/.github/workflows/stylua.yml index 1edb4bfa..87237ad8 100644 --- a/.github/workflows/stylua.yml +++ b/.github/workflows/stylua.yml @@ -10,7 +10,7 @@ jobs: stylua: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Run Stylua check uses: JohnnyMorganz/stylua-action@v1.1.1 with: @@ -18,4 +18,4 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} # CLI arguments args: --check . - version: 0.18.0 + version: 0.20.0 diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index da05fd9c..57ed25e7 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -23,9 +23,10 @@ jobs: - v0.9.2 - v0.9.4 - v0.9.5 + - v0.10.0 runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - uses: rhysd/action-setup-vim@v1 with: neovim: true |
