Skip to content

Commit

Permalink
Merge pull request #509 from tonybaloney/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/checkout-4

Bump actions/checkout from 2 to 4
  • Loading branch information
tonybaloney authored Oct 5, 2023
2 parents d259561 + 5ed696a commit a1a099c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
dot-net-version: [ "7.0.100" ]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
submodules: 'recursive'
- name: Setup python
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
dot-net-version: [ "7.0.100" ]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
submodules: 'recursive'

Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
dot-net-version: [ "7.0.100" ]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
submodules: 'recursive'
- name: Setup python
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
submodules: 'recursive'
# Initializes the CodeQL tools for scanning.
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
python-version: ["3.10"]
dot-net-version: [ "7.0.100" ]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
submodules: 'recursive'
- name: Setup python
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
dot-net-version: [ "7.0.100" ]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
submodules: 'recursive'
- name: Setup python
Expand Down Expand Up @@ -209,7 +209,7 @@ jobs:
dot-net-version: [ "7.0.100" ]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
submodules: 'recursive'
- name: Setup python
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
os: ["macos-11", ubuntu-20.04, "windows-latest"]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
submodules: 'recursive'
- name: Set up QEMU
Expand Down

0 comments on commit a1a099c

Please sign in to comment.