Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: bump actions/checkout from 4.2.1 to 4.2.2 in the actions group #3521

Merged
merged 2 commits into from
Oct 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/[email protected].1
uses: actions/[email protected].2

- name: Cleanup PR caches
if: github.event_name != 'workflow_dispatch'
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ jobs:
GRPC_ENABLE_FORK_SUPPORT: false # See #3434
steps:
- name: "Install Git and checkout project"
uses: actions/[email protected].1
uses: actions/[email protected].2

- name: "Login in Github container registry"
uses: docker/[email protected]
Expand Down Expand Up @@ -360,7 +360,7 @@ jobs:

steps:
- name: "Install Git and checkout project"
uses: actions/[email protected].1
uses: actions/[email protected].2

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

steps:
- name: "Install Git and checkout project"
uses: actions/[email protected].1
uses: actions/[email protected].2

- name: "Login in Github container registry"
uses: docker/[email protected]
Expand Down Expand Up @@ -599,7 +599,7 @@ jobs:
matrix: ${{ steps.set-matrix.outputs.matrix }}
steps:
- name: "Install Git and checkout project"
uses: actions/[email protected].1
uses: actions/[email protected].2

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

steps:
- name: "Install Git and checkout project"
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ github.event.pull_request.head.ref }}
Expand Down Expand Up @@ -777,7 +777,7 @@ jobs:

steps:
- name: "Install Git and checkout project"
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ github.event.pull_request.head.ref }}
Expand Down Expand Up @@ -872,7 +872,7 @@ jobs:
ON_LOCAL: TRUE

steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2

# Skipping because it is installed locally.
# - name: Setup Python
Expand Down Expand Up @@ -1029,7 +1029,7 @@ jobs:
os: [ubuntu-latest, windows-latest]

steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- 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/[email protected].1
- uses: actions/[email protected].2
- 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/[email protected].1
uses: actions/[email protected].2

- name: "Login in Github container registry"
uses: docker/[email protected]
Expand Down
1 change: 1 addition & 0 deletions doc/changelog.d/3521.maintenance.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ci: bump actions/checkout from 4.2.1 to 4.2.2 in the actions group
Loading