Skip to content

Commit

Permalink
Bump actions/checkout from 3.3.0 to 3.4.0
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.3.0 to 3.4.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3.3.0...v3.4.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and ffried committed Mar 16, 2023
1 parent 4f85ee2 commit e38f74e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- uses: swift-actions/setup-swift@v1.22.0
with:
swift-version: '5.7'
- uses: actions/checkout@v3.3.0
- uses: actions/checkout@v3.4.0
# We don't use a cache here, because SPM doesn't resolve dependencies when dumping packages.
- name: Dump package
id: dump-package
Expand All @@ -69,7 +69,7 @@ jobs:
- name: Read OS Version
uses: sersoft-gmbh/os-version-action@v2.0.1
id: os-version
- uses: actions/checkout@v3.3.0
- uses: actions/checkout@v3.4.0
- uses: actions/cache@v3.3.1
with:
path: .build
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
- generate-docs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.3.0
- uses: actions/checkout@v3.4.0
with:
ref: gh-pages
path: repository
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/swift-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Read Swift Version
uses: sersoft-gmbh/swift-version-action@v2.0.1
id: swift-version
- uses: actions/checkout@v3.3.0
- uses: actions/checkout@v3.4.0
- uses: actions/cache@v3.3.1
with:
path: .build
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
*) echo "::error title=Unknown platform!::Unknown platform: ${PLATFORM}" && exit 1;;
esac
echo "xcode=${DESTINATION}" >> "${GITHUB_OUTPUT}"
- uses: actions/checkout@v3.3.0
- uses: actions/checkout@v3.4.0
# PIF ISSUES: https://github.com/apple/swift-package-manager/issues/5767
- uses: actions/cache@v3.3.1
with:
Expand Down

0 comments on commit e38f74e

Please sign in to comment.