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/workflows/release.yml | |
| 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/workflows/release.yml')
| -rw-r--r-- | .github/workflows/release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 }} |
