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 0f0a025 commit 4f915f7Copy full SHA for 4f915f7
.github/workflows/99-add-issue-to-project.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-24.04 # Use Ubuntu 24.04 explicitly
10
steps:
11
- name: Checkout repository
12
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
13
14
- name: Get issue ID
15
id: get_issue_id
.github/workflows/update-prs.yml
@@ -12,7 +12,7 @@ jobs:
- name: ⬇ Checkout repo
- uses: actions/checkout@v3
16
17
- name: ⌚ Update PRs
18
id: update-prs
0 commit comments