Skip to content

Commit

Permalink
Merge pull request #211 from PyO3/dependabot/github_actions/actions/c…
Browse files Browse the repository at this point in the history
…heckout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
messense authored Oct 2, 2023
2 parents 29255ed + 3d5ff00 commit c0df5c7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: '16'
Expand All @@ -39,8 +39,8 @@ jobs:
- windows-latest
toolchain: [stable, nightly]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/checkout@v4
with:
repository: PyO3/maturin
ref: main
Expand Down Expand Up @@ -254,8 +254,8 @@ jobs:
]
toolchain: [stable, nightly]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/checkout@v4
with:
repository: PyO3/maturin
path: maturin
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: Update Versions Manifest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: "3.10"
Expand Down

0 comments on commit c0df5c7

Please sign in to comment.