Skip to content

Commit

Permalink
Bump actions/checkout from 3 to 4 (#9)
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Oct 1, 2023
1 parent affd581 commit e080be5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/part_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
MIX_ENV: dev

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: erlef/setup-beam@v1
id: setupBEAM
with:
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
contents: write

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/download-artifact@v3
with:
name: docs
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/part_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
MIX_ENV: dev

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: erlef/setup-beam@v1
id: setupBEAM
with:
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
MIX_ENV: test

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: 'true'
- uses: erlef/setup-beam@v1
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
MIX_ENV: dev

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: erlef/setup-beam@v1
id: setupBEAM
with:
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
DIALYZER_PLT_PRIV: true

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: erlef/setup-beam@v1
id: setupBEAM
with:
Expand Down Expand Up @@ -188,7 +188,7 @@ jobs:
DIALYZER_PLT_PRIV: true

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: erlef/setup-beam@v1
id: setupBEAM
with:
Expand Down

0 comments on commit e080be5

Please sign in to comment.