Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update action dependencies #1724

Merged
merged 30 commits into from
Jun 7, 2024
Merged
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
5348885
CI: update various action versions
takase1121 Feb 16, 2024
ee04c7c
CI: fix macOS universal artifact download
takase1121 Feb 16, 2024
16e84f1
CI: update release action versions
takase1121 Feb 16, 2024
9593559
CI: use containers only for building
takase1121 Feb 16, 2024
58e48d0
CI: fix multiline commands
takase1121 Feb 16, 2024
3dff903
CI: try to fix multiline strings again
takase1121 Feb 16, 2024
1a9047e
CI: fix multiline strings again ugh
takase1121 Feb 16, 2024
250ac96
CI: Fix ccache in containers
takase1121 Feb 16, 2024
b9729fb
CI: Fix quotes again
takase1121 Feb 16, 2024
58341ed
CI: fix ccache
takase1121 Feb 16, 2024
68bc105
CI: fix deprecated set-output command
takase1121 Feb 16, 2024
01feab1
ci: update build box to v2.1.2
takase1121 Jun 6, 2024
3752a1a
ci: revert to softprops/action-gh-release
takase1121 Jun 6, 2024
981a76e
ci: add name to release
takase1121 Jun 6, 2024
3ffb6c6
ci: remove name again
takase1121 Jun 6, 2024
f5cc6a3
ci: fix wrong outputs reference
takase1121 Jun 6, 2024
ea57339
ci: add name
takase1121 Jun 6, 2024
e69be01
ci: add missing name for each step
takase1121 Jun 6, 2024
bccbbbb
ci: format yaml files
takase1121 Jun 6, 2024
9a3ce47
ci/release: add names to unamed entries
takase1121 Jun 6, 2024
e5374e0
ci/release: fix MSYS2 not downloading deps
takase1121 Jun 6, 2024
18dae0e
ci/release: change to ncipollo/release-action
takase1121 Jun 6, 2024
063c575
ci/release: allow updating releases
takase1121 Jun 6, 2024
2a4de3d
ci/release: upload all artifacts, then download them at once
takase1121 Jun 6, 2024
4e013d2
ci/release: use a better name for job
takase1121 Jun 6, 2024
c0b9a53
ci/release: add release as dependency
takase1121 Jun 6, 2024
9823a27
ci/release: set tag for update release
takase1121 Jun 6, 2024
0e40c83
ci/auto-labeler: remove workaround for old autolabeler issue
takase1121 Jun 6, 2024
8c1946c
ci/release: remove the need of another bash -c
takase1121 Jun 6, 2024
237b3ca
ci/release: remove weird bash -c
takase1121 Jun 6, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
ci/auto-labeler: remove workaround for old autolabeler issue
  • Loading branch information
takase1121 committed Jun 6, 2024
commit 0e40c833a224740d661572c2f0f9927eadb7e591
2 changes: 1 addition & 1 deletion .github/workflows/auto_labeler_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:
uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
sync-labels: "" # works around actions/labeler#104
sync-labels: false