Skip to content

Commit

Permalink
Bump actions/checkout from 3.1.0 to 3.2.0 (#268)
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3.1.0...v3.2.0)

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

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 13, 2022
1 parent 46e1b7b commit 862e125
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@v3.1.0
uses: actions/checkout@v3.2.0
- name: 🏗 Initialize CodeQL
uses: github/codeql-action/init@v2
- name: 🚀 Perform CodeQL Analysis
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/labels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@v3.1.0
uses: actions/checkout@v3.2.0
- name: 🚀 Run Label Syncer
uses: micnncim/[email protected]
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
name: Check YAML style
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@v3.1.0
uses: actions/checkout@v3.2.0
- name: 🏗 Set up Python 3.9
id: python
uses: actions/setup-python@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@v3.1.0
uses: actions/checkout@v3.2.0
- name: 🏗 Set up Python 3.9
id: python
uses: actions/setup-python@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
python: ['3.9', '3.10']
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@v3.1.0
uses: actions/checkout@v3.2.0
- name: 🏗 Set up Python ${{ matrix.python }}
id: python
uses: actions/setup-python@v4
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
needs: pytest
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@v3.1.0
uses: actions/checkout@v3.2.0
- name: ⬇️ Download coverage data
uses: actions/download-artifact@v3
- name: 🏗 Set up Python 3.9
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/typing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
python: ["3.9", "3.10"]
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@v3.1.0
uses: actions/checkout@v3.2.0
- name: 🏗 Set up Python ${{ matrix.python }}
id: python
uses: actions/setup-python@v4
Expand Down

0 comments on commit 862e125

Please sign in to comment.