Skip to content

Commit

Permalink
Merge pull request #248 from JaxGaussianProcesses/dependabot/github_a…
Browse files Browse the repository at this point in the history
…ctions/actions/checkout-3.5.2

Bump actions/checkout from 2.3.1 to 3.5.2
  • Loading branch information
thomaspinder authored May 11, 2023
2 parents 621d480 + 765ef92 commit febb8a6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
steps:
# Grap the latest commit from the branch
- name: Checkout the branch
uses: actions/checkout@v2.3.1
uses: actions/checkout@v3.5.2
with:
persist-credentials: false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out the repository
uses: actions/checkout@v3
uses: actions/checkout@v3.5.2

- name: Run Labeler
uses: crazy-max/ghaction-github-labeler@v4.1.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ruff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v3.5.2
- uses: chartboost/ruff-action@v1
2 changes: 1 addition & 1 deletion .github/workflows/test_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
steps:
# Grap the latest commit from the branch
- name: Checkout the branch
uses: actions/checkout@v2.3.1
uses: actions/checkout@v3.5.2
with:
persist-credentials: false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fail-fast: true
steps:
- name: Check out the code
uses: actions/checkout@v3
uses: actions/checkout@v3.5.2
with:
fetch-depth: 1
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit febb8a6

Please sign in to comment.