diff --git a/.github/workflows/development.yml b/.github/workflows/development.yml index 41752f8..cc66b45 100644 --- a/.github/workflows/development.yml +++ b/.github/workflows/development.yml @@ -34,7 +34,7 @@ jobs: steps: # Checkout the code - name: Checkout code - uses: actions/checkout@v7.0.0 + uses: actions/checkout@v7.0.1 - name: Expose branch name run: echo ${{ github.ref }} diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index f97bd61..7cc9c8a 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -14,7 +14,7 @@ jobs: name: Build and run tests steps: - name: Checkout code - uses: actions/checkout@v7.0.0 + uses: actions/checkout@v7.0.1 # Setup JDK and .m2/settings.xml - name: Set up JDK diff --git a/.github/workflows/release-notes.yml b/.github/workflows/release-notes.yml index 4ab73a7..accea2d 100644 --- a/.github/workflows/release-notes.yml +++ b/.github/workflows/release-notes.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v7.0.0 + uses: actions/checkout@v7.0.1 - name: Create Release Notes Markdown uses: docker://ghcr.io/rohwerj/release-notes-generator-action:v1.0.0 env: