-
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump CI "action" dependency versions
- Loading branch information
1 parent
77409ea
commit fa012c3
Showing
4 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ jobs: | |
# runs-on: ubuntu-20.04 | ||
# steps: | ||
# - name: Checkout Repository | ||
# uses: actions/checkout@v3 | ||
# uses: actions/checkout@v4 | ||
|
||
# - uses: Ortus-Solutions/[email protected] | ||
# with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,7 @@ jobs: | |
runs-on: ubuntu-20.04 | ||
steps: | ||
- name: Checkout Repository | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
|
||
- name: Setup CommandBox | ||
uses: Ortus-Solutions/[email protected] | ||
|
@@ -82,7 +82,7 @@ jobs: | |
|
||
- name: Upload Build Artifacts | ||
if: success() | ||
uses: actions/upload-artifact@v3 | ||
uses: actions/upload-artifact@v4 | ||
with: | ||
name: ${{ env.MODULE_ID }} | ||
path: | | ||
|
@@ -118,7 +118,7 @@ jobs: | |
box forgebox publish --force | ||
- name: Create Github Release | ||
uses: taiki-e/create-gh-release-action@v1.6.2 | ||
uses: taiki-e/create-gh-release-action@v1.8.2 | ||
continue-on-error: true | ||
if: env.SNAPSHOT == 'false' | ||
with: | ||
|
@@ -138,7 +138,7 @@ jobs: | |
steps: | ||
# Checkout development | ||
- name: Checkout Repository | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
with: | ||
ref: development | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ jobs: | |
# name: Code Auto-Formatting | ||
# runs-on: ubuntu-20.04 | ||
# steps: | ||
# - uses: actions/checkout@v3 | ||
# - uses: actions/checkout@v4 | ||
|
||
# - name: Auto-format | ||
# uses: Ortus-Solutions/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters