Skip to content

Commit c31f83d

Browse files
build(deps): bump the gha-dependencies group with 2 updates (#1515)
1 parent 099336d commit c31f83d

File tree

6 files changed

+12
-10
lines changed

6 files changed

+12
-10
lines changed

.github/workflows/dependabot_changelog_update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
owner: ${{ github.repository_owner }}
2121
repositories: "cli"
2222
- name: Checkout code
23-
uses: actions/checkout@v4
23+
uses: actions/checkout@v5
2424
with:
2525
token: ${{ steps.github-token.outputs.token }}
2626
repository: ${{ github.event.pull_request.head.repo.full_name }}

.github/workflows/merge_to_main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ${{ matrix.platform }}
1515
steps:
1616
- name: "Checkout code"
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v5
1818
- name: "Install Node"
1919
uses: actions/setup-node@v4
2020
with:

.github/workflows/pr_test.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
steps:
2525
- name: "Checkout code"
26-
uses: actions/checkout@v4
26+
uses: actions/checkout@v5
2727
- name: "Install Rust"
2828
uses: dtolnay/rust-toolchain@stable
2929
- name: "Generate static app config"
@@ -38,7 +38,7 @@ jobs:
3838
runs-on: ubuntu-latest
3939
steps:
4040
- name: "Checkout code"
41-
uses: actions/checkout@v4
41+
uses: actions/checkout@v5
4242
- name: "Install Rust"
4343
uses: dtolnay/rust-toolchain@stable
4444
- name: Install Go
@@ -49,7 +49,7 @@ jobs:
4949
run: make mod-download
5050
shell: bash
5151
- name: "Config Artifact"
52-
uses: actions/download-artifact@v4
52+
uses: actions/download-artifact@v5
5353
with:
5454
name: config-artifact-${{ github.sha }}
5555
- name: "Move Config"
@@ -70,7 +70,7 @@ jobs:
7070
runs-on: ${{ matrix.platform }}
7171
steps:
7272
- name: "Checkout code"
73-
uses: actions/checkout@v4
73+
uses: actions/checkout@v5
7474
- name: "Install Go"
7575
uses: actions/setup-go@v5
7676
with:
@@ -92,7 +92,7 @@ jobs:
9292
with:
9393
node-version: ${{ matrix.node-version }}
9494
- name: "Config Artifact"
95-
uses: actions/download-artifact@v4
95+
uses: actions/download-artifact@v5
9696
with:
9797
name: config-artifact-${{ github.sha }}
9898
- name: "Move Config"
@@ -120,7 +120,7 @@ jobs:
120120
runs-on: ubuntu-latest
121121
steps:
122122
- name: "Checkout code"
123-
uses: actions/checkout@v4
123+
uses: actions/checkout@v5
124124
- name: Build docker images
125125
run: |
126126
for dockerFile in Dockerfile*; do docker build -f $dockerFile . ; done

.github/workflows/publish_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: "Checkout code"
12-
uses: actions/checkout@v4
12+
uses: actions/checkout@v5
1313
- name: "Fetch unshallow repo"
1414
run: git fetch --prune --unshallow
1515
- name: Set up Node.js

.github/workflows/tag_to_draft_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: "Checkout code"
12-
uses: actions/checkout@v4
12+
uses: actions/checkout@v5
1313
- name: "Fetch unshallow repo"
1414
run: git fetch --prune --unshallow
1515
- name: "Install Go"

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
2828
- build(deps): `golang.org/x/mod` from 0.26.0 to 0.27.0 ([#1516](https://github.com/fastly/cli/pull/1516))
2929
- build(deps): `golang.org/x/net` from 0.42.0 to 0.43.0 ([#1516](https://github.com/fastly/cli/pull/1516))
3030
- build(deps): `golang.org/x/text` from 0.27.0 to 0.28.0 ([#1516](https://github.com/fastly/cli/pull/1516))
31+
- build(deps): `actions/checkout` from 4 to 5 ([#1515](https://github.com/fastly/cli/pull/1515))
32+
- build(deps): `actions/download-artifact` from 4 to 5 ([#1515](https://github.com/fastly/cli/pull/1515))
3133

3234
## [v11.4.0](https://github.com/fastly/cli/releases/tag/v11.4.0) (2025-07-09)
3335

0 commit comments

Comments
 (0)