Skip to content

Commit

Permalink
Dev (#485)
Browse files Browse the repository at this point in the history
* Fixes

* Update readme
* Use split/join to avoid weird replace behavior
* Apply nicer typing to issue aggregation from #460

* More tests for replacements

* node 20

* Update checkout action
  • Loading branch information
apexskier authored Dec 26, 2023
1 parent 8c7c7a4 commit 53bcac9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
environment: dependabot_update

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
# use a separate token to allow the push to trigger builds
token: ${{ secrets.DEPENDABOT_GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Setup Node.js environment
uses: actions/setup-node@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- uses: ./
with:
Expand Down

0 comments on commit 53bcac9

Please sign in to comment.