diff --git a/setup.sh b/setup.sh index 3877280..3cd1c2e 100755 --- a/setup.sh +++ b/setup.sh @@ -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 ;; diff --git a/templates/.github/workflows/pharo-loading-targets.yml b/templates/.github/workflows/pharo-loading-targets.yml index c8d5f0d..0be2d0d 100644 --- a/templates/.github/workflows/pharo-loading-targets.yml +++ b/templates/.github/workflows/pharo-loading-targets.yml @@ -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 }} diff --git a/templates/.github/workflows/pharo-unit-tests.yml b/templates/.github/workflows/pharo-unit-tests.yml index 32f9fe4..1de39ce 100644 --- a/templates/.github/workflows/pharo-unit-tests.yml +++ b/templates/.github/workflows/pharo-unit-tests.yml @@ -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: @@ -30,3 +30,4 @@ jobs: uses: codecov/codecov-action@v3 with: name: Unit-Tests-${{matrix.smalltalk}} + token: ${{ secrets.CODECOV_TOKEN }} diff --git a/templates/.properties b/templates/.properties index 53a5454..34653b7 100644 --- a/templates/.properties +++ b/templates/.properties @@ -1,3 +1,4 @@ { - #format : #tonel + #format : #tonel, + #version: '3.0' } diff --git a/templates/LICENSE b/templates/LICENSE index 0de30a4..b8de5b1 100644 --- a/templates/LICENSE +++ b/templates/LICENSE @@ -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