Skip to content

Commit c32ef13

Browse files
author
checkout‑bot
committed
ci: bump actions/checkout to v4
1 parent c673c87 commit c32ef13

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/docker.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ${{ matrix.settings.runs-on }}
2828
steps:
2929
- name: Checkout
30-
uses: actions/checkout@v3
30+
uses: actions/checkout@v4
3131

3232
- name: Log into the Container registry
3333
uses: docker/login-action@v3
@@ -89,7 +89,7 @@ jobs:
8989
runs-on: ${{ matrix.settings.runs-on }}
9090
steps:
9191
- name: Checkout
92-
uses: actions/checkout@v2
92+
uses: actions/checkout@v4
9393

9494
- name: Log into the Container registry
9595
uses: docker/login-action@v3
@@ -151,7 +151,7 @@ jobs:
151151
runs-on: ${{ matrix.settings.runs-on }}
152152
steps:
153153
- name: Checkout
154-
uses: actions/checkout@v2
154+
uses: actions/checkout@v4
155155

156156
- name: Log into the Container registry
157157
uses: docker/login-action@v3

.github/workflows/pr.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ${{ matrix.settings.runs-on }}
1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@v3
19+
uses: actions/checkout@v4
2020
with:
2121
ref: ${{ github.event.pull_request.head.sha }}
2222

@@ -44,7 +44,7 @@ jobs:
4444
runs-on: ${{ matrix.settings.runs-on}}
4545
steps:
4646
- name: Checkout
47-
uses: actions/checkout@v3
47+
uses: actions/checkout@v4
4848
with:
4949
ref: ${{ github.event.pull_request.head.sha }}
5050
- name: Set up Docker Buildx
@@ -70,7 +70,7 @@ jobs:
7070
runs-on: ${{ matrix.settings.runs-on}}
7171
steps:
7272
- name: Checkout
73-
uses: actions/checkout@v3
73+
uses: actions/checkout@v4
7474
with:
7575
ref: ${{ github.event.pull_request.head.sha }}
7676
- name: Set up Docker Buildx

0 commit comments

Comments
 (0)