Skip to content

Commit

Permalink
MAINT: Bump actions/checkout from 4.1.5 to 4.1.6 in the actions group (
Browse files Browse the repository at this point in the history
…#3109)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed May 21, 2024
1 parent ac5172f commit f10e4ab
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cache_cleaner.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 code
uses: actions/checkout@v4.1.5
uses: actions/checkout@v4.1.6

- name: Cleanup PR caches
if: github.event_name != 'workflow_dispatch'
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
ON_DOCUMENTATION: TRUE
steps:
- name: "Install Git and checkout project"
uses: actions/checkout@v4.1.5
uses: actions/checkout@v4.1.6

- name: "Login in Github container registry"
uses: docker/login-action@v3.1.0
Expand Down Expand Up @@ -348,7 +348,7 @@ jobs:

steps:
- name: "Install Git and checkout project"
uses: actions/checkout@v4.1.5
uses: actions/checkout@v4.1.6

- name: "Login in Github container registry"
uses: docker/login-action@v3.1.0
Expand Down Expand Up @@ -541,7 +541,7 @@ jobs:

steps:
- name: "Install Git and checkout project"
uses: actions/checkout@v4.1.5
uses: actions/checkout@v4.1.6
with:
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ github.event.pull_request.head.ref }}
Expand Down Expand Up @@ -673,7 +673,7 @@ jobs:

steps:
- name: "Install Git and checkout project"
uses: actions/checkout@v4.1.5
uses: actions/checkout@v4.1.6
with:
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ github.event.pull_request.head.ref }}
Expand Down Expand Up @@ -751,7 +751,7 @@ jobs:
ON_LOCAL: TRUE

steps:
- uses: actions/checkout@v4.1.5
- uses: actions/checkout@v4.1.6

# Skipping because it is installed locally.
# - name: Setup Python
Expand Down Expand Up @@ -879,7 +879,7 @@ jobs:
needs: upload-docs-release
steps:
- name: "Install Git and clone project"
uses: actions/checkout@v4.1.5
uses: actions/checkout@v4.1.6

- name: "Install the package requirements"
run: pip install -e .
Expand Down Expand Up @@ -953,7 +953,7 @@ jobs:
os: [ubuntu-latest, windows-latest]

steps:
- uses: actions/checkout@v4.1.5
- uses: actions/checkout@v4.1.6
- name: "Set up Julia"
uses: julia-actions/setup-julia@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
name: Syncer
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.5
- uses: actions/checkout@v4.1.6
- uses: micnncim/action-label-syncer@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linkchecker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
SHELLOPTS: "errexit:pipefail"
steps:
- name: "Install Git and checkout project"
uses: actions/checkout@v4.1.5
uses: actions/checkout@v4.1.6

- name: "Login in Github container registry"
uses: docker/login-action@v3.1.0
Expand Down

0 comments on commit f10e4ab

Please sign in to comment.