Skip to content

Commit

Permalink
Merge pull request #66 from MC-kit/dependabot/github_actions/devel/ac…
Browse files Browse the repository at this point in the history
…tions/checkout-3.1.0

build(deps): bump actions/checkout from 3.0.2 to 3.1.0
  • Loading branch information
dvp2015 authored Oct 4, 2022
2 parents c0ba700 + 52429b9 commit 71f5ff5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out the repository
uses: actions/checkout@v3.0.2
uses: actions/checkout@v3.1.0

- name: Sync GitHub Issue Labels
uses: crazy-max/ghaction-github-labeler@v4
Expand Down
2 changes: 1 addition & 1 deletion .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.0.2
uses: actions/checkout@v3.1.0
with:
fetch-depth: 2

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
!contains(github.event.head_commit.message, '[skip_ci]')
steps:
- name: Check out the repository
uses: actions/checkout@v3.0.2
uses: actions/checkout@v3.1.0

- name: Set up Python 3.10
uses: actions/[email protected]
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
needs: lint
steps:
- name: Check out the repository
uses: actions/checkout@v3.0.2
uses: actions/checkout@v3.1.0

- name: Set up Python 3.10
uses: actions/[email protected]
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
python-version: ['3.8', '3.9', '3.10']
steps:
- name: Checkout repository
uses: actions/checkout@v3.0.2
uses: actions/checkout@v3.1.0
- uses: actions/[email protected]
with:
python-version: ${{ matrix.python-version }}
Expand All @@ -139,7 +139,7 @@ jobs:
needs: tests
steps:
- name: Check out the repository
uses: actions/checkout@v3.0.2
uses: actions/checkout@v3.1.0

- name: Set up Python 3.10
uses: actions/[email protected]
Expand Down

0 comments on commit 71f5ff5

Please sign in to comment.