File tree 5 files changed +17
-12
lines changed
5 files changed +17
-12
lines changed Original file line number Diff line number Diff line change
1
+ # To get started with Dependabot version updates, you'll need to specify which
2
+ # package ecosystems to update and where the package manifests are located.
3
+ # Please see the documentation for all configuration options:
4
+ # https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5
+
6
+ version : 2
7
+ updates :
8
+ - package-ecosystem : ' github-actions'
9
+ directory : ' /'
10
+ schedule :
11
+ interval : ' weekly'
Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-20.04
10
10
steps :
11
11
- name : Checkout
12
- uses : actions/checkout@v2
13
- with :
14
- fetch-depth : 1
12
+ uses : actions/checkout@v4
15
13
- uses : swiftwasm/setup-swiftwasm@v1
16
14
with :
17
15
swift-version : wasm-5.9.1-RELEASE
Original file line number Diff line number Diff line change 11
11
publish-npm :
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@v2
15
- - uses : actions/setup-node@v1
14
+ - uses : actions/checkout@v4
15
+ - uses : actions/setup-node@v4
16
16
with :
17
17
node-version : 12
18
18
registry-url : https://registry.npmjs.org/
Original file line number Diff line number Diff line change 7
7
runs-on : ubuntu-20.04
8
8
steps :
9
9
- name : Checkout
10
- uses : actions/checkout@master
11
- with :
12
- fetch-depth : 1
10
+ uses : actions/checkout@v4
13
11
- uses : swiftwasm/setup-swiftwasm@v1
14
12
with :
15
13
swift-version : wasm-5.9.1-RELEASE
Original file line number Diff line number Diff line change 31
31
SWIFT_VERSION : ${{ matrix.entry.toolchain }}
32
32
steps :
33
33
- name : Checkout
34
- uses : actions/checkout@master
35
- with :
36
- fetch-depth : 1
34
+ uses : actions/checkout@v4
37
35
- name : Select SDKROOT
38
36
if : ${{ matrix.entry.xcode }}
39
37
run : sudo xcode-select -s /Applications/${{ matrix.entry.xcode }}
65
63
xcode : Xcode_15.2
66
64
runs-on : ${{ matrix.os }}
67
65
steps :
68
- - uses : actions/checkout@v2
66
+ - uses : actions/checkout@v4
69
67
- run : swift build
70
68
env :
71
69
DEVELOPER_DIR : /Applications/${{ matrix.xcode }}.app/Contents/Developer/
You can’t perform that action at this time.
0 commit comments