Skip to content

Commit 07f6b9e

Browse files
Bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e390e8f commit 07f6b9e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/hadolint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: checkout repo
12-
uses: actions/checkout@v4
12+
uses: actions/checkout@v5
1313
- name: Run Hadolint Action
1414
uses: hadolint/hadolint-action@v3.1.0
1515
with:

.github/workflows/pylint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
python-version: ["3.9", "3.10", "3.11"]
1313
steps:
1414
- name: Checkout Repo
15-
uses: actions/checkout@v4.1.0
15+
uses: actions/checkout@v5
1616

1717
- name: Set up Python ${{ matrix.python-version }}
1818
uses: actions/setup-python@v5.5.0

.github/workflows/yamllint-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
steps:
1313
- name: 'checkout git repo'
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@v5
1515
with:
1616
submodules: true
1717
fetch-depth: 0

0 commit comments

Comments
 (0)