Skip to content

Commit f586551

Browse files
authored
Merge pull request #2462 from keymanapp/maint/gha-checkout
maint: Update GitHub actions to Node 24
2 parents c81a916 + 119e3ff commit f586551

5 files changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/add-to-keyman-project.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
name: Add new issues and pull requests to project
1414
runs-on: ubuntu-latest
1515
steps:
16+
# TODO: Update to Node 24 when actions/add-to-project#712 is resolved
1617
- uses: actions/add-to-project@v1.0.2
1718
with:
1819
project-url: https://github.com/orgs/keymanapp/projects/1

.github/workflows/auto-approve-and-merge-keyman-server-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
permissions: write-all
1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@v4.1.5
20+
uses: actions/checkout@v6.0.2
2121
with:
2222
sparse-checkout: |
2323
README.md

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v4.1.5
14+
uses: actions/checkout@v6.0.2
1515

1616
# Build the docker image and create link to vendor/ dependencies
1717
- name: Build the Docker image

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
steps:
2323
- name: Checkout repository
24-
uses: actions/checkout@v4.1.5
24+
uses: actions/checkout@v6.0.2
2525

2626
# Workaround: https://github.com/docker/build-push-action/issues/461
2727
- name: Setup Docker buildx

.github/workflows/labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
steps:
1010
- name: Update labels based on PR title
1111
id: labeler
12-
uses: fuxingloh/multi-labeler@f5bd7323b53b0833c1e4ed8d7b797ae995ef75b4 # v2.0.1
12+
uses: fuxingloh/multi-labeler@b15a54460c38f54043fa75f7b08a0e2aa5b94b5b # v4.0.0
1313
with:
1414
github-token: ${{secrets.GITHUB_TOKEN}}
1515
config-path: .github/multi-labeler.yml

0 commit comments

Comments
 (0)