From 2cd5d5180aa62801bfb95430b848302c13df0378 Mon Sep 17 00:00:00 2001 From: flawmop Date: Sat, 4 May 2024 21:38:02 -0700 Subject: [PATCH] Update GitHub workflows to github/docker latest actions. --- .github/workflows/commit-stage.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/commit-stage.yml b/.github/workflows/commit-stage.yml index 757956e..b4aa819 100644 --- a/.github/workflows/commit-stage.yml +++ b/.github/workflows/commit-stage.yml @@ -18,9 +18,9 @@ jobs: security-events: write steps: - name: Checkout source code - uses: actions/checkout@v3 + uses: actions/checkout@v4.1.4 - name: Set up JDK - uses: actions/setup-java@v3 + uses: actions/setup-java@v4.2.1 with: distribution: temurin java-version: 17 @@ -56,9 +56,9 @@ jobs: security-events: write steps: - name: Checkout source code - uses: actions/checkout@v3 + uses: actions/checkout@v4.1.4 - name: Set up JDK - uses: actions/setup-java@v3 + uses: actions/setup-java@v4.2.1 with: distribution: temurin java-version: 17 @@ -76,7 +76,7 @@ jobs: fail-build: false severity-cutoff: high - name: Log into container registry - uses: docker/login-action@v2 + uses: docker/login-action@v3.1.0 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}