Skip to content

Commit 6c5bb38

Browse files
committed
Update githubactions versions
1 parent 32ba288 commit 6c5bb38

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/loading-groups.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
load-spec: [ deployment, dependent-sunit-extensions, tests, tools, development ]
1313
name: ${{ matrix.smalltalk }} + ${{ matrix.load-spec }}
1414
steps:
15-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@v3
1616
- uses: hpi-swa/setup-smalltalkCI@v1
1717
with:
1818
smalltalk-image: ${{ matrix.smalltalk }}

.github/workflows/unit-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
smalltalk: [ Pharo64-10, Pharo64-9.0, Pharo64-8.0, Pharo64-7.0, Pharo32-7.0 ]
1111
name: ${{ matrix.smalltalk }}
1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v3
1414
- uses: hpi-swa/setup-smalltalkCI@v1
1515
with:
1616
smalltalk-image: ${{ matrix.smalltalk }}
@@ -23,3 +23,4 @@ jobs:
2323
uses: codecov/codecov-action@v3
2424
with:
2525
name: Unit-Tests-${{matrix.smalltalk}}
26+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)