Skip to content

Commit 810b7e9

Browse files
authored
Merge pull request #162 from navikt/dependabot/github_actions/github-actions-134c710efd
Bump the github-actions group with 1 update
2 parents 367830c + 55782ec commit 810b7e9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dependabot-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
distribution: temurin
5656
java-version: 17
5757

58-
- uses: gradle/[email protected].0
58+
- uses: gradle/[email protected].1
5959
env:
6060
ORG_GRADLE_PROJECT_githubUser: x-access-token
6161
ORG_GRADLE_PROJECT_githubPassword: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
java-version: 17
2121

2222
- uses: gradle/[email protected]
23-
- uses: gradle/[email protected].0
23+
- uses: gradle/[email protected].1
2424
id: build
2525
env:
2626
DEPENDENCY_GRAPH_INCLUDE_CONFIGURATIONS: compileClasspath|runtimeClasspath

0 commit comments

Comments
 (0)