Skip to content

Commit

Permalink
Merge pull request #16 from OpenAstronomy/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/checkout-3

Bump actions/checkout from 2 to 3
  • Loading branch information
Cadair authored Nov 23, 2022
2 parents 1e7d8e2 + 68ef827 commit 6aba2c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- id: build
uses: ./
with:
Expand All @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- id: build_not_pure
uses: ./
with:
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ runs:
using: "composite"
steps:

- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0

Expand Down

0 comments on commit 6aba2c3

Please sign in to comment.