Skip to content

Commit

Permalink
updated workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
JanBliznicenko committed Oct 4, 2023
1 parent f21f421 commit cceb1ba
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
name: 'Test Linux'
steps:
- name: Checkout repository
uses: actions/checkout@v3.5.3
uses: actions/checkout@v4.1.0
- name: Load SmalltalkCI environment
uses: hpi-swa/[email protected]
id: smalltalkci
Expand All @@ -49,7 +49,7 @@ jobs:
name: 'Test Windows'
steps:
- name: Checkout repository
uses: actions/checkout@v3.5.3
uses: actions/checkout@v4.1.0
- name: Load SmalltalkCI environment
uses: hpi-swa/[email protected]
id: smalltalkci
Expand All @@ -68,7 +68,7 @@ jobs:
matrix: ${{ steps.set-matrix.outputs.matrix }}
steps:
- name: Checkout repository
uses: actions/checkout@v3.5.3
uses: actions/checkout@v4.1.0
- name: Check list of repositories exists
id: check-file
run: test -f ./.github/dependent-repositories.txt || exit 1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
PLATFORM: ${{ github.job }}
name: 'Test Linux'
steps:
- uses: actions/checkout@v3.5.3
- uses: actions/checkout@v4.1.0
- uses: hpi-swa/[email protected]
id: smalltalkci
with:
Expand All @@ -34,7 +34,7 @@ jobs:
PLATFORM: ${{ github.job }}
name: 'Test Windows'
steps:
- uses: actions/checkout@v3.5.3
- uses: actions/checkout@v4.1.0
- uses: hpi-swa/[email protected]
id: smalltalkci
with:
Expand Down

0 comments on commit cceb1ba

Please sign in to comment.