Skip to content

Commit

Permalink
Bump the actions group across 1 directory with 10 updates (Azure#437)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Brandon Foley <brandonfoley13@gmail.com>
  • Loading branch information
2 people authored and audrastump committed Dec 13, 2024
1 parent 9e05073 commit 9a2e515
Show file tree
Hide file tree
Showing 8 changed files with 309 additions and 309 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
deployments: read
packages: none
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version: 1.22
- name: make
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/integration-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
deployments: read
packages: none
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Get Draft Cli version
uses: actions/github-script@v6
uses: actions/github-script@v7
id: get_draft_version
with:
result-encoding: string
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/integration-json.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
deployments: read
packages: none
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v5
with:
go-version: 1.22
- name: make
Expand All @@ -34,7 +34,7 @@ jobs:
runs-on: ubuntu-latest
needs: build
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
with:
name: draft-binary
Expand Down
Loading

0 comments on commit 9a2e515

Please sign in to comment.