Skip to content

Commit 36267db

Browse files
authored
Merge pull request #4 from it-at-m/renovate/actions-checkout-4.x
chore(deps): update actions/checkout action to v4
2 parents e1507f7 + d827673 commit 36267db

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-images.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
steps:
2525
- name: Checkout code
26-
uses: actions/checkout@v3
26+
uses: actions/checkout@v4
2727

2828
- name: Log in to GitHub Container Registry
2929
run: echo "${{ env.GHCR_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
@@ -76,7 +76,7 @@ jobs:
7676

7777
steps:
7878
- name: Checkout code
79-
uses: actions/checkout@v3
79+
uses: actions/checkout@v4
8080

8181
- name: Log in to GitHub Container Registry
8282
run: echo "${{ env.GHCR_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
@@ -129,7 +129,7 @@ jobs:
129129

130130
steps:
131131
- name: Checkout code
132-
uses: actions/checkout@v3
132+
uses: actions/checkout@v4
133133

134134
- name: Log in to GitHub Container Registry
135135
run: echo "${{ env.GHCR_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin

0 commit comments

Comments
 (0)