We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6db73b4 commit f7ced51Copy full SHA for f7ced51
.github/workflows/gh-pages.yml
@@ -12,7 +12,7 @@ jobs:
12
persist-credentials: false
13
14
- name: Deploy
15
- uses: peaceiris/actions-gh-pages@373f7f263a76c20808c831209c920827a82a2847 # v3
+ uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4
16
with:
17
github_token: ${{ secrets.GITHUB_TOKEN }}
18
publish_dir: ./docs/static
.github/workflows/jira.yaml
@@ -4,7 +4,7 @@ on: [issues, issue_comment]
4
jobs:
5
sync-issues:
6
name: Sync issues to Jira
7
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
8
steps:
9
- uses: ikethecoder/sync-issues-github-jira@dev
10
0 commit comments