Skip to content

Commit

Permalink
Merge branch 'master' into feature-is-snapshot-consistency-group
Browse files Browse the repository at this point in the history
  • Loading branch information
SunithaGudisagarIBM1 committed Nov 20, 2023
2 parents e0bfecc + e69b93c commit 373b0b6
Show file tree
Hide file tree
Showing 425 changed files with 73,210 additions and 46,541 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
id: go

- name: Check out code into the Go module directory
uses: actions/checkout@v4.0.0
uses: actions/checkout@v4.1.1

- name: Get dependencies
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ jobs:
labelIssues:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.0.0
- uses: actions/checkout@v4.1.1
- name: Apply Issue Labels
uses: github/issue-labeler@v3.2
uses: github/issue-labeler@v3.3
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: .github/labeler-issue.yml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v4.0.0
uses: actions/checkout@v4.1.1
-
name: Unshallow
run: git fetch --prune --unshallow
Expand Down
Loading

0 comments on commit 373b0b6

Please sign in to comment.