Skip to content

Commit

Permalink
Merge pull request NETWAYS#19 from NETWAYS/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…actions/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
martialblog authored Oct 2, 2023
2 parents 9f44f5b + 6f59289 commit 1766a21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out the codebase.
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up Python 3.
uses: actions/setup-python@v4
Expand All @@ -40,7 +40,7 @@ jobs:
scenario: [standalone-without-tls, standalone-with-tls, cluster-without-tls, cluster-with-tls]
steps:
- name: Check out code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up Python 3.8
uses: actions/setup-python@v4
Expand Down

0 comments on commit 1766a21

Please sign in to comment.