Skip to content

Commit

Permalink
ci: bump actions/checkout from 4.1.7 to 4.2.0 in the actions group (#…
Browse files Browse the repository at this point in the history
…3444)

* ci: bump actions/checkout from 4.1.7 to 4.2.0 in the actions group

Bumps the actions group with 1 update: [actions/checkout](https://github.com/actions/checkout).


Updates `actions/checkout` from 4.1.7 to 4.2.0
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.1.7...v4.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

* chore: adding changelog file 3444.maintenance.md

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and pyansys-ci-bot committed Oct 1, 2024
1 parent ad2d4dc commit fe15985
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 12 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.7
uses: actions/checkout@v4.2.0

- name: Cleanup PR caches
if: github.event_name != 'workflow_dispatch'
Expand Down
18 changes: 9 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ jobs:
GRPC_ENABLE_FORK_SUPPORT: false # See #3434
steps:
- name: "Install Git and checkout project"
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0

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

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

- name: Get event type and user to check permissions.
id: get_user
Expand Down Expand Up @@ -393,7 +393,7 @@ jobs:

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

- name: "Login in Github container registry"
uses: docker/login-action@v3.3.0
Expand Down Expand Up @@ -577,7 +577,7 @@ jobs:
matrix: ${{ steps.set-matrix.outputs.matrix }}
steps:
- name: "Install Git and checkout project"
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0

- uses: tspascoal/get-user-teams-membership@v3
id: is_organization_member
Expand Down Expand Up @@ -623,7 +623,7 @@ jobs:

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

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

steps:
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4.2.0

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

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

steps:
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4.2.0
- 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 @@ -21,7 +21,7 @@ jobs:
name: Syncer
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4.2.0
- 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.7
uses: actions/checkout@v4.2.0

- name: "Login in Github container registry"
uses: docker/login-action@v3.3.0
Expand Down
1 change: 1 addition & 0 deletions doc/changelog.d/3444.maintenance.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ci: bump actions/checkout from 4.1.7 to 4.2.0 in the actions group

0 comments on commit fe15985

Please sign in to comment.