Skip to content

Commit

Permalink
Bump actions/checkout from 2 to 2.3.4 (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored May 12, 2021
1 parent ef7db6c commit 2b52633
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
os: [macos-latest, ubuntu-latest]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2.3.4
- uses: fish-actions/[email protected]

- uses: fish-actions/fisher@v1
Expand All @@ -36,7 +36,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2.3.4

- uses: fish-actions/install-fish@v1

Expand All @@ -47,7 +47,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2.3.4

- uses: fish-actions/install-fish@v1

Expand All @@ -57,7 +57,7 @@ jobs:
prettier:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2.3.4
- uses: actionsx/prettier@v2
with:
args: --check .

0 comments on commit 2b52633

Please sign in to comment.