Skip to content

Commit

Permalink
Merge pull request #113 from lsst-sqre/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/checkout-v2.3.3

Bump actions/checkout from v2.3.2 to v2.3.3
  • Loading branch information
rra authored Sep 28, 2020
2 parents 6f8a2dc + d726dbc commit 04734f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- 3.8

steps:
- uses: actions/[email protected].2
- uses: actions/[email protected].3

- name: Set up Python
uses: actions/[email protected]
Expand All @@ -39,7 +39,7 @@ jobs:
needs: [test]

steps:
- uses: actions/[email protected].2
- uses: actions/[email protected].3

- name: Define the Docker tag
id: vars
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/[email protected].2
- uses: actions/[email protected].3

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

0 comments on commit 04734f4

Please sign in to comment.