Skip to content

Commit 0721af6

Browse files
Bump the github-action-dependencies group across 1 directory with 6 updates (#541)
Bumps the github-action-dependencies group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `4` | `5` | | [google-github-actions/auth](https://github.com/google-github-actions/auth) | `2.1.8` | `3.0.0` | | [actions/setup-python](https://github.com/actions/setup-python) | `5.6.0` | `6.0.0` | | [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact) | `3` | `4` | | [actions/create-github-app-token](https://github.com/actions/create-github-app-token) | `1` | `2` | | [actions/download-artifact](https://github.com/actions/download-artifact) | `4` | `5` | Updates `actions/checkout` from 4 to 5 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) Updates `google-github-actions/auth` from 2.1.8 to 3.0.0 - [Release notes](https://github.com/google-github-actions/auth/releases) - [Changelog](https://github.com/google-github-actions/auth/blob/main/CHANGELOG.md) - [Commits](google-github-actions/auth@v2.1.8...v3.0.0) Updates `actions/setup-python` from 5.6.0 to 6.0.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5.6.0...v6.0.0) Updates `actions/upload-pages-artifact` from 3 to 4 - [Release notes](https://github.com/actions/upload-pages-artifact/releases) - [Commits](actions/upload-pages-artifact@v3...v4) Updates `actions/create-github-app-token` from 1 to 2 - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](actions/create-github-app-token@v1...v2) Updates `actions/download-artifact` from 4 to 5 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-action-dependencies - dependency-name: google-github-actions/auth dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-action-dependencies - dependency-name: actions/setup-python dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-action-dependencies - dependency-name: actions/upload-pages-artifact dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-action-dependencies - dependency-name: actions/create-github-app-token dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-action-dependencies - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-action-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 31a6ab5 commit 0721af6

File tree

6 files changed

+16
-16
lines changed

6 files changed

+16
-16
lines changed

.github/workflows/docker-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ jobs:
2525
runs-on: ubuntu-latest
2626
steps:
2727
- name: Checkout
28-
uses: actions/checkout@v4
28+
uses: actions/checkout@v5
2929

3030
- name: "Authenticate to Google Cloud"
3131
id: "auth"
32-
uses: "google-github-actions/auth@v2.1.8"
32+
uses: "google-github-actions/auth@v3.0.0"
3333
with:
3434
workload_identity_provider: "projects/848539402404/locations/global/workloadIdentityPools/gh-actions/providers/gh-actions"
3535
service_account: "gh-actions-dapla-metadata@artifact-registry-5n.iam.gserviceaccount.com"

.github/workflows/docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ jobs:
2626
runs-on: ubuntu-latest
2727
steps:
2828
- name: Check out the repository
29-
uses: actions/checkout@v4
29+
uses: actions/checkout@v5
3030

3131
- name: Set up Python
32-
uses: actions/setup-python@v5.6.0
32+
uses: actions/setup-python@v6.0.0
3333
with:
3434
python-version-file: "pyproject.toml"
3535

@@ -47,7 +47,7 @@ jobs:
4747
uv run sphinx-build docs docs/_build
4848
4949
- name: Upload artifact
50-
uses: actions/upload-pages-artifact@v3
50+
uses: actions/upload-pages-artifact@v4
5151
with:
5252
path: "docs/_build"
5353

.github/workflows/integration-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ jobs:
2626
image-tag: ${{ steps.metadata.outputs.tags }}
2727
steps:
2828
- name: Checkout
29-
uses: actions/checkout@v4
29+
uses: actions/checkout@v5
3030

3131
- name: "Authenticate to Google Cloud"
3232
id: "auth"
33-
uses: "google-github-actions/auth@v2.1.8"
33+
uses: "google-github-actions/auth@v3.0.0"
3434
with:
3535
workload_identity_provider: "projects/906675412832/locations/global/workloadIdentityPools/ssb-identity-pool/providers/github-oidc-provider"
3636
service_account: "gh-ssb@nais-management-b3a7.iam.gserviceaccount.com"
@@ -83,7 +83,7 @@ jobs:
8383
contents: "read"
8484
id-token: "write"
8585
steps:
86-
- uses: actions/checkout@v4
86+
- uses: actions/checkout@v5
8787
- uses: nais/deploy/actions/deploy@v2
8888
env:
8989
CLUSTER: test

.github/workflows/labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
contents: read
1818
steps:
1919
- name: Check out the repository
20-
uses: actions/checkout@v4
20+
uses: actions/checkout@v5
2121

2222
- name: Run Labeler
2323
uses: crazy-max/ghaction-github-labeler@v5.3.0

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,18 @@ jobs:
1717
steps:
1818
- name: Generate token
1919
id: generate_token
20-
uses: actions/create-github-app-token@v1
20+
uses: actions/create-github-app-token@v2
2121
with:
2222
app-id: ${{ secrets.DAPLA_BOT_APP_ID }}
2323
private-key: ${{ secrets.DAPLA_BOT_PRIVATE_KEY }}
2424

2525
- name: Check out the repository
26-
uses: actions/checkout@v4
26+
uses: actions/checkout@v5
2727
with:
2828
fetch-depth: 2
2929

3030
- name: Set up Python
31-
uses: actions/setup-python@v5.6.0
31+
uses: actions/setup-python@v6.0.0
3232
with:
3333
python-version-file: "pyproject.toml"
3434

.github/workflows/tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ jobs:
3838

3939
steps:
4040
- name: Check out the repository
41-
uses: actions/checkout@v4
41+
uses: actions/checkout@v5
4242

4343
- name: Set up Python ${{ matrix.python }}
44-
uses: actions/setup-python@v5.6.0
44+
uses: actions/setup-python@v6.0.0
4545
with:
4646
python-version: ${{ matrix.python }}
4747

@@ -99,7 +99,7 @@ jobs:
9999
needs: tests
100100
steps:
101101
- name: Check out the repository
102-
uses: actions/checkout@v4
102+
uses: actions/checkout@v5
103103
with:
104104
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
105105

@@ -109,7 +109,7 @@ jobs:
109109
enable-cache: true
110110

111111
- name: Download coverage data
112-
uses: actions/download-artifact@v4
112+
uses: actions/download-artifact@v5
113113
with:
114114
pattern: coverage-data-*
115115
merge-multiple: true

0 commit comments

Comments
 (0)