Skip to content

Commit bc297c4

Browse files
chore(deps): update actions/checkout action to v5
1 parent 2cc0367 commit bc297c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- 15672:15672
1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@v4
20+
uses: actions/checkout@v5
2121
- name: Use supported Node.js Version
2222
uses: actions/setup-node@v4
2323
with:

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
id-token: write
2323
steps:
2424
- name: Checkout
25-
uses: actions/checkout@v4
25+
uses: actions/checkout@v5
2626
- name: Use supported Node.js Version
2727
uses: actions/setup-node@v4
2828
with:

0 commit comments

Comments
 (0)