Skip to content
This repository has been archived by the owner on Aug 19, 2022. It is now read-only.

Commit

Permalink
Merge pull request #395 from staticdev/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/checkout-2.4.0

Bump actions/checkout from 2.3.5 to 2.4.0
  • Loading branch information
staticdev authored Nov 3, 2021
2 parents 7cab847 + 9b08f94 commit 1cbd53e
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out the repository
uses: actions/checkout@v2.3.5
uses: actions/checkout@v2.4.0

- name: Run Labeler
uses: crazy-max/ghaction-github-labeler@v3.1.1
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out the repository
uses: actions/checkout@v2.3.5
uses: actions/checkout@v2.4.0
with:
fetch-depth: 2

4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -30,7 +30,7 @@ jobs:

steps:
- name: Check out the repository
uses: actions/checkout@v2.3.5
uses: actions/checkout@v2.4.0

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2.2.2
@@ -99,7 +99,7 @@ jobs:
needs: tests
steps:
- name: Check out the repository
uses: actions/checkout@v2.3.5
uses: actions/checkout@v2.4.0

- name: Set up Python 3.9
uses: actions/setup-python@v2.2.2

0 comments on commit 1cbd53e

Please sign in to comment.