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

[major, fix] workflows: bump actions version and remove unsupported runner 18.04 #5381

Merged
merged 5 commits into from
Apr 9, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Prev Previous commit
Next Next commit
block-autosquash-commits.yml: bump block-autosquash-commits-action ve…
…rsion to 2.2.0
  • Loading branch information
kbdharun committed Apr 7, 2023
commit 902cc6807db97c7f077d6d653b85dbe7ffeb2f74
2 changes: 1 addition & 1 deletion .github/workflows/block-autosquash-commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ jobs:

steps:
- name: Block Autosquash Commits
uses: xt0rted/block-autosquash-commits-action@v2.0.0
uses: xt0rted/block-autosquash-commits-action@v2.2.0
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}