Skip to content

Commit

Permalink
Merge pull request #1 from imjoy-team/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/checkout-2.3.5

Bump actions/checkout from 2.3.4 to 2.3.5
  • Loading branch information
oeway authored Oct 16, 2021
2 parents c33d521 + c70118b commit f05e90e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/labeler.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@v2.3.4
uses: actions/checkout@v2.3.5

- name: Run Labeler
uses: crazy-max/ghaction-github-labeler@v3.1.1
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@v2.3.4
uses: actions/checkout@v2.3.5
with:
fetch-depth: 2

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
python-version: ["3.7", "3.8", "3.9"]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2.3.5
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2.2.2
with:
Expand Down

0 comments on commit f05e90e

Please sign in to comment.