Skip to content

Commit

Permalink
Merge pull request #15 from juanibiapina/45a5dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/actions/checkout-4

chore(deps): Bump actions/checkout from 2 to 4
  • Loading branch information
juanibiapina authored Mar 31, 2024
2 parents 022fe68 + 1fa76b1 commit 6d7b6b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Create Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Create Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
needs: create_release
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Install rust stable
uses: actions-rs/toolchain@v1
with:
Expand All @@ -48,7 +48,7 @@ jobs:
runs-on: macos-latest
needs: create_release
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Install rust stable
uses: actions-rs/toolchain@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Install rust stable
uses: actions-rs/toolchain@v1
with:
Expand Down

0 comments on commit 6d7b6b6

Please sign in to comment.