Skip to content

Commit 53bcac9

Browse files
authored
Dev (#485)
* 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
1 parent 8c7c7a4 commit 53bcac9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/dependabot-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
environment: dependabot_update
1919

2020
steps:
21-
- uses: actions/checkout@v2
21+
- uses: actions/checkout@v4
2222
with:
2323
# use a separate token to allow the push to trigger builds
2424
token: ${{ secrets.DEPENDABOT_GITHUB_TOKEN }}

.github/workflows/main.yml

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

1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v4
1515

1616
- name: Setup Node.js environment
1717
uses: actions/setup-node@v4

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010

1111
steps:
12-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@v4
1313

1414
- uses: ./
1515
with:

0 commit comments

Comments
 (0)