Skip to content

Commit 73f8e73

Browse files
authored
Merge pull request #91 from mpepping/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents 439cc4f + 35164f5 commit 73f8e73

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/codeql-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
steps:
4040
- name: Checkout repository
41-
uses: actions/checkout@v3
41+
uses: actions/checkout@v4
4242

4343
# Initializes the CodeQL tools for scanning.
4444
- name: Initialize CodeQL

.github/workflows/container-publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
pylint:
2222
runs-on: ubuntu-latest
2323
steps:
24-
- uses: actions/checkout@v3
24+
- uses: actions/checkout@v4
2525
- name: Set up Python 3.9
2626
uses: actions/setup-python@v4
2727
with:
@@ -46,7 +46,7 @@ jobs:
4646
- name: Set up Docker Buildx
4747
uses: docker/setup-buildx-action@v2
4848
- name: Checkout repository
49-
uses: actions/checkout@v3
49+
uses: actions/checkout@v4
5050
# Login against a Docker registry except on PR
5151
# https://github.com/docker/login-action
5252
- name: Log into registry ${{ env.REGISTRY }}

.github/workflows/pylint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
tests:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v4
1515
- name: Set up Python 3.9
1616
uses: actions/setup-python@v4
1717
with:

0 commit comments

Comments
 (0)