Skip to content

Commit 030c59a

Browse files
PaulsAutomationBotApodiniBotPSchmiedmayer
authored
Update dependencies (#6)
Co-authored-by: ApodiniBot <ApodiniBot@users.noreply.github.com> Co-authored-by: Paul Schmiedmayer <PSchmiedmayer@users.noreply.github.com>
1 parent a223251 commit 030c59a

3 files changed

Lines changed: 8 additions & 16 deletions

File tree

.github/workflows/build-and-test.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,6 @@ jobs:
3030
- uses: maxim-lobanov/setup-xcode@v1.2.3
3131
with:
3232
xcode-version: latest
33-
- uses: actions/cache@v2
34-
with:
35-
path: .build
36-
key: ${{ runner.os }}-spm-${{ hashFiles('**/Package.resolved') }}
3733
- name: Check Xcode version
3834
run: xcodebuild -version
3935
- name: Check Swift version
@@ -56,10 +52,6 @@ jobs:
5652
configuration: [debug, release, release_testing]
5753
steps:
5854
- uses: actions/checkout@v2
59-
- uses: actions/cache@v2
60-
with:
61-
path: .build
62-
key: ${{ runner.os }}-${{matrix.linux}}-spm-${{ hashFiles('Package.resolved') }}-5.5
6355
- name: Check Swift version
6456
run: swift --version
6557
- name: Release Build

.github/workflows/spm-update.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ name: Swift Package Update
1010

1111
on:
1212
schedule:
13-
- cron: '0 0 * * 1'
13+
- cron: '0 0 1 * *'
1414
workflow_dispatch:
1515

1616
jobs:
@@ -37,4 +37,4 @@ jobs:
3737
assignees: ApodiniBot
3838
committer: ApodiniBot <ApodiniBot@users.noreply.github.com>
3939
author: ApodiniBot <ApodiniBot@users.noreply.github.com>
40-
reviewers: PSchmiedmayer
40+
reviewers: PSchmiedmayer

Package.resolved

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)