build(deps): bump actions/checkout from 3.0.2 to 3.1.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.2 to 3.1.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3.0.2...v3.1.0)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 51d23f0..e1c35ac 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -6,7 +6,7 @@
build-prometheus-ethtool-exporter:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v3.0.2
+ - uses: actions/checkout@v3.1.0
with:
fetch-depth: 0
- uses: tj-actions/changed-files@v31.0.1
@@ -42,7 +42,7 @@
runs-on: ubuntu-latest
steps:
- name: Checkout project
- uses: actions/checkout@v3.0.2
+ uses: actions/checkout@v3.1.0
- name: Setup Python
uses: actions/setup-python@v4.2.0
@@ -58,7 +58,7 @@
type: [e2e, integration, unit]
steps:
- name: Checkout project
- uses: actions/checkout@v3.0.2
+ uses: actions/checkout@v3.1.0
- name: Install Poetry
run: pipx install poetry