Skip to content

Commit 7aecc0a

Browse files
committed
fix: update GitHub Actions to support Node.js 24
- Update actions/checkout from v4 to v4.2.2 for Node.js 24 support - Update google-github-actions/auth from v2 to v2.1.4 for Node.js 24 support GitHub Actions runners are deprecating Node.js 20 and forcing Node.js 24. These action updates ensure compatibility with the new runtime.
1 parent ade67f6 commit 7aecc0a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/open-prs-digest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
id-token: write
1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
21+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2222
with:
2323
persist-credentials: false
2424

@@ -65,7 +65,7 @@ jobs:
6565
JIRA_API_TOKEN: ${{ secrets.JIRA_API_TOKEN }}
6666

6767
- name: Authenticate to GCP
68-
uses: google-github-actions/auth@c200f3691d83b41bf9bbd8638997a462592937ed # v2
68+
uses: google-github-actions/auth@71fee32af4ce9b6f7d57c7b86c2cc8147ceadc51 # v2.1.4
6969
with:
7070
credentials_json: ${{ secrets.GCP_SA_KEY }}
7171
create_credentials_file: false

0 commit comments

Comments
 (0)