Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/add-to-keyman-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
name: Add new issues and pull requests to project
runs-on: ubuntu-latest
steps:
# TODO: Update to Node 24 when actions/add-to-project#712 is resolved
- uses: actions/add-to-project@v1.0.2
with:
project-url: https://github.com/orgs/keymanapp/projects/1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
permissions: write-all
steps:
- name: Checkout
uses: actions/checkout@v4.1.5
uses: actions/checkout@v5.0.1
Comment thread
darcywong00 marked this conversation as resolved.
Outdated
with:
sparse-checkout: |
README.md
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3.5.2
uses: actions/checkout@v5.0.1
Comment thread
darcywong00 marked this conversation as resolved.
Outdated

# Build the docker image and create link to vendor/ dependencies
- name: Build the Docker image
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ jobs:
steps:
- name: Update labels based on PR title
id: labeler
uses: fuxingloh/multi-labeler@f5bd7323b53b0833c1e4ed8d7b797ae995ef75b4 # v2.0.1
# latest, but still Node 20
uses: fuxingloh/multi-labeler@b15a54460c38f54043fa75f7b08a0e2aa5b94b5b # v4.0.0
with:
github-token: ${{secrets.GITHUB_TOKEN}}
config-path: .github/multi-labeler.yml
Loading