diff --git a/.github/workflows/moveFilesToAnotherBranch.yaml b/.github/workflows/moveFilesToAnotherBranch.yaml index 95d1147..b1b9eec 100644 --- a/.github/workflows/moveFilesToAnotherBranch.yaml +++ b/.github/workflows/moveFilesToAnotherBranch.yaml @@ -15,7 +15,7 @@ jobs: moveFilesToAnotherBranch: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Move files to another branch run: | # Add metadata about committer diff --git a/.github/workflows/updateLicenseYear.yaml b/.github/workflows/updateLicenseYear.yaml index cea6a0b..517884c 100644 --- a/.github/workflows/updateLicenseYear.yaml +++ b/.github/workflows/updateLicenseYear.yaml @@ -9,7 +9,7 @@ jobs: update-license-year: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - uses: FantasticFiasco/action-update-license-year@v3