Skip to content

Commit

Permalink
Update Github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
fbernutz committed May 12, 2024
1 parent 1dc619c commit 83145d0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ jobs:

steps:
- name: Set Xcode Version
uses: maxim-lobanov/setup-xcode@v1.4.1
uses: maxim-lobanov/setup-xcode@v1.6.0
with:
xcode-version: '15.2'

- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4.0.0

- name: Install Gem Dependencies
run: bundle install
Expand All @@ -34,12 +34,12 @@ jobs:

steps:
- name: Set Xcode Version
uses: maxim-lobanov/setup-xcode@v1.4.1
uses: maxim-lobanov/setup-xcode@v1.6.0
with:
xcode-version: '15.2'

- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4.0.0

- name: Install Gem Dependencies
run: bundle install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@v4.0.0

- name: Get the Version
id: get_version
Expand Down

0 comments on commit 83145d0

Please sign in to comment.