Skip to content

Commit 16c58fd

Browse files
chore(deps): update actions/checkout action to v5
1 parent 8c2efed commit 16c58fd

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
@@ -9,7 +9,7 @@ jobs:
99
matrix:
1010
node-version: [18.x, 20.x]
1111
steps:
12-
- uses: actions/checkout@v4
12+
- uses: actions/checkout@v5
1313
- name: Use Node.js ${{ matrix.node-version }}
1414
uses: actions/setup-node@v4
1515
with:

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
packages: write
1818

1919
steps:
20-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@v5
2121

2222
# https://github.com/marketplace/actions/push-to-ghcr
2323
- name: Build and publish a Docker image for ${{ github.repository }}

0 commit comments

Comments
 (0)