Skip to content

Commit

Permalink
Update actions
Browse files Browse the repository at this point in the history
Use Tonel v3.0
Remove unused option in setup.sh
  • Loading branch information
gcotelli committed Apr 4, 2024
1 parent ce663a3 commit 10359f8
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ COPYRIGHT_HOLDER_OPTION=""
DEFAULT_BRANCH=""

# Parse command line options
while getopts "p:r:o:c:d:b:h" option; do
while getopts "p:r:o:c:d:h" option; do
#shellcheck disable=SC2220
case $option in
p) PROJECT_OPTION=$OPTARG ;;
Expand Down
2 changes: 1 addition & 1 deletion templates/.github/workflows/pharo-loading-targets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- tools
name: Load ${{ matrix.load-target }} - ${{ matrix.smalltalk }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: hpi-swa/setup-smalltalkCI@v1
with:
smalltalk-image: ${{ matrix.smalltalk }}
Expand Down
3 changes: 2 additions & 1 deletion templates/.github/workflows/pharo-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- Pharo64-11
name: Unit Tests - ${{ matrix.smalltalk }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Smalltalk CI
uses: hpi-swa/setup-smalltalkCI@v1
with:
Expand All @@ -30,3 +30,4 @@ jobs:
uses: codecov/codecov-action@v3
with:
name: Unit-Tests-${{matrix.smalltalk}}
token: ${{ secrets.CODECOV_TOKEN }}
3 changes: 2 additions & 1 deletion templates/.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
#format : #tonel
#format : #tonel,
#version: '3.0'
}
2 changes: 1 addition & 1 deletion templates/LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 {{COPYRIGHT_HOLDER}}
Copyright (c) 2024 {{COPYRIGHT_HOLDER}}

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down

0 comments on commit 10359f8

Please sign in to comment.