diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 3b1c6e3..c2f4552 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -16,7 +16,7 @@ jobs: steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - name: Check out code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: '0' diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 56d7138..011c17b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -14,7 +14,7 @@ jobs: steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - name: Check out code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: '0' diff --git a/.github/workflows/snapshot.yml b/.github/workflows/snapshot.yml index cdcc32f..3fc245e 100644 --- a/.github/workflows/snapshot.yml +++ b/.github/workflows/snapshot.yml @@ -13,7 +13,7 @@ jobs: steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - name: Check out code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: '0'