Skip to content

Commit

Permalink
Bump actions/checkout from 3.5.0 to 4.1.2 (#308)
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.0 to 4.1.2.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3.5.0...v4.1.2)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Apr 12, 2024
1 parent 65450c6 commit 19cfe7d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out the repository
uses: actions/checkout@v3.5.0
uses: actions/checkout@v4.1.2
with:
fetch-depth: 2

Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3.5.0
uses: actions/checkout@v4.1.2

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out the repository
uses: actions/checkout@v3.5.0
uses: actions/checkout@v4.1.2

- name: Set up Python 3.8
uses: actions/setup-python@v5.1.0
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:

steps:
- name: Check out the repository
uses: actions/checkout@v3.5.0
uses: actions/checkout@v4.1.2

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5.1.0
Expand All @@ -88,7 +88,7 @@ jobs:
needs: tests
steps:
- name: Check out the repository
uses: actions/checkout@v3.5.0
uses: actions/checkout@v4.1.2

- name: Set up Python 3.10
uses: actions/setup-python@v5.1.0
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
needs: tests
steps:
- name: Check out the repository
uses: actions/checkout@v3.5.0
uses: actions/checkout@v4.1.2
with:
fetch-depth: 2

Expand Down

0 comments on commit 19cfe7d

Please sign in to comment.