Skip to content

Commit

Permalink
chore(deps): bump actions/checkout from 2 to 4 (#330)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Nov 3, 2023
1 parent 872e633 commit 7fe7efd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
if: github.event_name == 'pull_request'

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Install Deps
run: yarn install
- name: Lint PR Title
Expand All @@ -27,7 +27,7 @@ jobs:
elixir: [1.15.7]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: erlef/setup-beam@v1
with:
otp-version: ${{matrix.otp}}
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
name: Formatter

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: erlef/setup-beam@v1
id: beam
with:
Expand All @@ -87,7 +87,7 @@ jobs:
dialyzer:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Elixir
id: beam
uses: erlef/setup-beam@v1
Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:
runs-on: ${{matrix.os}}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v23
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 7fe7efd

Please sign in to comment.