Skip to content

Commit de25b43

Browse files
committed
chore: bump actions versions
1 parent 3e38b57 commit de25b43

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
# always run in pull request, or repository_dispatch
1414
if: github.event_name == 'push' || github.event_name == 'pull_request' || github.event_name == 'repository_dispatch'
1515
steps:
16-
- uses: actions/checkout@v4
17-
- uses: actions/setup-node@v4
16+
- uses: actions/checkout@v5
17+
- uses: actions/setup-node@v5
1818
with:
1919
node-version: ${{ env.NODE_VERSION }}
2020
cache: "npm"
@@ -30,8 +30,8 @@ jobs:
3030
# only run if in main
3131
if: github.ref == 'refs/heads/main' && (github.event_name == 'repository_dispatch' || github.event_name == 'push')
3232
steps:
33-
- uses: actions/checkout@v4
34-
- uses: actions/setup-node@v4
33+
- uses: actions/checkout@v5
34+
- uses: actions/setup-node@v5
3535
with:
3636
node-version: ${{ env.NODE_VERSION }}
3737
cache: "npm"

0 commit comments

Comments
 (0)