diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 4dadabf..7ffbc8d 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-24.04-arm steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Hadolint uses: hadolint/hadolint-action@v3.1.0 @@ -25,7 +25,7 @@ jobs: runs-on: ubuntu-24.04-arm steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Extract branch name id: branch @@ -66,7 +66,7 @@ jobs: runs-on: ubuntu-24.04-arm steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0239206..c06382d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-24.04-arm steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 diff --git a/.github/workflows/weekly-dependency-check.yml b/.github/workflows/weekly-dependency-check.yml index 8921136..6926b34 100644 --- a/.github/workflows/weekly-dependency-check.yml +++ b/.github/workflows/weekly-dependency-check.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-24.04-arm steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Get latest release tag id: latest-tag