Skip to content

Commit 19ec657

Browse files
authored
Merge branch 'master' into dependabot/github_actions/dot-github/actions/test/mxcl/xcodebuild-3.6.0
2 parents cb5a6bb + 714958c commit 19ec657

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.github/actions/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ runs:
2222
cache-version: 1
2323

2424
- name: Setup Xcode
25-
uses: mxcl/xcodebuild@e366f14791346edb74397fe9a762ccee86eddc06 # pin@v3.5.1
25+
uses: mxcl/xcodebuild@d3ee9b419c1be9a988086c58fe0988f32d99cfc5 # pin@v3.6.0
2626
with:
2727
xcode: ${{ inputs.xcode }}
2828
action: none

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
steps:
4545
- name: Checkout
46-
uses: actions/checkout@v5
46+
uses: actions/checkout@v6
4747

4848
- name: Set up environment
4949
uses: ./.github/actions/setup
@@ -79,7 +79,7 @@ jobs:
7979

8080
steps:
8181
- name: Checkout
82-
uses: actions/checkout@v5
82+
uses: actions/checkout@v6
8383

8484
- name: Set up environment
8585
uses: ./.github/actions/setup
@@ -101,7 +101,7 @@ jobs:
101101

102102
steps:
103103
- name: Checkout
104-
uses: actions/checkout@v5
104+
uses: actions/checkout@v6
105105

106106
- name: Set up environment
107107
uses: ./.github/actions/setup
@@ -118,7 +118,7 @@ jobs:
118118

119119
steps:
120120
- name: Checkout
121-
uses: actions/checkout@v5
121+
uses: actions/checkout@v6
122122

123123
- name: Install SwiftLint
124124
run: brew install swiftlint

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
![Version](https://img.shields.io/cocoapods/v/SimpleKeychain.svg?style=flat)
44
![Build Status](https://img.shields.io/github/actions/workflow/status/auth0/SimpleKeychain/main.yml?style=flat)
55
[![Coverage Status](https://img.shields.io/codecov/c/github/auth0/SimpleKeychain/master.svg?style=flat)](https://codecov.io/github/auth0/SimpleKeychain)
6+
[![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/auth0/SimpleKeychain)
67
![License](https://img.shields.io/github/license/auth0/SimpleKeychain.svg?style=flat)
78

89
📚 [**Documentation**](#documentation) • 🚀 [**Getting Started**](#getting-started) • 📃 [**Support Policy**](#support-policy) • 💬 [**Feedback**](#feedback)
@@ -183,4 +184,4 @@ Please do not report security vulnerabilities on the public GitHub issue tracker
183184

184185
<p align="center">Auth0 is an easy-to-implement, adaptable authentication and authorization platform. To learn more check out <a href="https://auth0.com/why-auth0">Why Auth0?</a></p>
185186

186-
<p align="center">This project is licensed under the MIT license. See the <a href="./LICENSE"> LICENSE</a> file for more info.</p>
187+
<p align="center">This project is licensed under the MIT license. See the <a href="./LICENSE"> LICENSE</a> file for more info.</p>

0 commit comments

Comments
 (0)