Skip to content

Commit

Permalink
Merge pull request #103 from sebastienrousseau/dependabot/github_acti…
Browse files Browse the repository at this point in the history
…ons/actions/checkout-4

build(deps): bump actions/checkout from 3 to 4
  • Loading branch information
sebastienrousseau authored Sep 6, 2023
2 parents aeb6dab + b1342eb commit 1ee0f1d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/document.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
rust-version: nightly

- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Update libssl
run: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ jobs:
# Check out the repository code.
- name: Checkout sources
id: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

# Install the stable Rust toolchain.
- name: Install stable toolchain
Expand Down Expand Up @@ -221,7 +221,7 @@ jobs:
steps:
# Check out the repository code
- name: Checkout sources
uses: actions/checkout@v3
uses: actions/checkout@v4

# Install the stable Rust toolchain
- name: Install stable toolchain
Expand Down Expand Up @@ -317,7 +317,7 @@ jobs:
steps:
# Check out the repository code
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

# Install the stable Rust toolchain
- name: Install stable toolchain
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
# Checkout the repository
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

# Setup Rust
- name: Setup Rust
Expand Down

0 comments on commit 1ee0f1d

Please sign in to comment.