diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index 50c54c7..a5a9425 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -10,7 +10,7 @@ jobs: name: Publish to NuGet.org runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - uses: nuget/setup-nuget@v1 with: diff --git a/.github/workflows/update-settings.yml b/.github/workflows/update-settings.yml index 3ed6c4b..65c5513 100644 --- a/.github/workflows/update-settings.yml +++ b/.github/workflows/update-settings.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 # If this is a PR, dry-run the PR and watch for errors - name: Dry-run settings in the PR @@ -30,7 +30,7 @@ jobs: # Explicitly checkout main branch to ensure production settings are reset - name: Switch to main for production settings if: github.event_name == 'pull_request' - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: main