Skip to content

Commit f623f9d

Browse files
committed
workflows: use @v4 checkout actions
Signed-off-by: Tamas Pal <folti@balabit.com>
1 parent 7d7636b commit f623f9d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
image: python:${{ matrix.python-version }}
2222
steps:
2323
- name: Checkout source
24-
uses: actions/checkout@v3
24+
uses: actions/checkout@v4
2525

2626
- name: Setup environment
2727
run: |
@@ -49,7 +49,7 @@ jobs:
4949
runs-on: ubuntu-latest
5050
steps:
5151
- name: Checkout source
52-
uses: actions/checkout@v3
52+
uses: actions/checkout@v4
5353

5454
- name: Setup environment
5555
run: |

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2222
steps:
2323
- name: Checkout source
24-
uses: actions/checkout@v3
24+
uses: actions/checkout@v4
2525

2626
- name: Setup environment
2727
run: |

0 commit comments

Comments
 (0)