Skip to content

Commit

Permalink
⬆️ Actions: Bump actions/checkout from 2 to 4 (#251)
Browse files Browse the repository at this point in the history
⬆️ Actions: Bump actions/checkout from 2 to 4

Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v2...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Mar 24, 2024
1 parent 3aaf500 commit ff403c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-settings.yml
Expand Up @@ -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
Expand All @@ -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

Expand Down

0 comments on commit ff403c2

Please sign in to comment.