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
2 changes: 1 addition & 1 deletion .github/workflows/deploy-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

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

- name: Set up Git
run: |
Expand Down
Loading