Skip to content

Commit

Permalink
chore(deps): update actions/checkout digest to 0ad4b8f
Browse files Browse the repository at this point in the history
  • Loading branch information
Self-hosted Renovate Bot committed May 9, 2024
1 parent f1275ec commit 3e5e384
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
macos_build:
runs-on: macos-13
steps:
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '15.1'
Expand All @@ -39,7 +39,7 @@ jobs:
with:
swift_release_tag: "swift-5.7.2-RELEASE"
ubuntu_version: "22.04"
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- uses: cgrindel/gha_set_up_bazel@v1
with:
repo_name: rules_swiftformat
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
steps:

# Check out your code
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4

# Generate a token that has permssions to create a release and create PRs.
- uses: tibdex/github-app-token@v2
Expand Down

0 comments on commit 3e5e384

Please sign in to comment.