Skip to content

Commit 8723c64

Browse files
Update actions/checkout action to v4
1 parent e1f56ba commit 8723c64

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-and-deploy-image.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- package: backend
3535
deploy: true
3636
steps:
37-
- uses: actions/checkout@v3
37+
- uses: actions/checkout@v4
3838
- name: Login to my Registry
3939
uses: docker/login-action@v1
4040
with:
@@ -83,7 +83,7 @@ jobs:
8383
matrix:
8484
package: ['frontend', 'backend']
8585
steps:
86-
- uses: actions/checkout@v3
86+
- uses: actions/checkout@v4
8787
- name: Login to my Registry
8888
uses: docker/login-action@v1
8989
with:

.github/workflows/update-shrinkwrap-and-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
matrix:
1414
node-version: [16.x]
1515
steps:
16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@v4
1717
- name: Use Node.js ${{ matrix.node-version }}
1818
uses: actions/setup-node@v3
1919
with:

0 commit comments

Comments
 (0)