diff --git a/.github/workflows/Publish.yml b/.github/workflows/Publish.yml index 2d8b9391..8dd48408 100644 --- a/.github/workflows/Publish.yml +++ b/.github/workflows/Publish.yml @@ -14,7 +14,7 @@ jobs: contents: write # git push tags steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v7 with: fetch-depth: 0 ref: main diff --git a/.github/workflows/PullRequest.yml b/.github/workflows/PullRequest.yml index ae116eef..7ac3ad4b 100644 --- a/.github/workflows/PullRequest.yml +++ b/.github/workflows/PullRequest.yml @@ -23,7 +23,7 @@ jobs: - ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v7 with: lfs: true diff --git a/.github/workflows/dependency-security.yml b/.github/workflows/dependency-security.yml index 1b20c274..85f4088f 100644 --- a/.github/workflows/dependency-security.yml +++ b/.github/workflows/dependency-security.yml @@ -35,7 +35,7 @@ jobs: refresh: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 with: lfs: true