forked from nyaruka/temba-components
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request nyaruka#432 from nyaruka/bump_actions_versions
Bump github actions versions
- Loading branch information
Showing
2 changed files
with
5 additions
and
5 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 |
---|---|---|
|
@@ -7,11 +7,11 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Set Timezone | ||
uses: szenius/set-timezone@v1.2 | ||
uses: szenius/set-timezone@v2.0 | ||
with: | ||
timezoneLinux: "UTC" | ||
- name: Checkout (GitHub) | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
- run: docker network create --driver bridge textit_default | ||
- name: Build and run dev container task | ||
uses: devcontainers/[email protected] | ||
|
@@ -23,13 +23,13 @@ jobs: | |
- name: Upload artifacts | ||
if: failure() | ||
uses: actions/upload-artifact@v3 | ||
uses: actions/upload-artifact@v4 | ||
with: | ||
name: screenshots | ||
path: screenshots/ | ||
|
||
- name: Upload coverage to Codecov | ||
uses: codecov/codecov-action@v3 | ||
uses: codecov/codecov-action@v4 | ||
with: | ||
token: ${{secrets.CODECOV_TOKEN}} | ||
files: coverage/lcov.info |
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 |
---|---|---|
|
@@ -11,7 +11,7 @@ jobs: | |
|
||
steps: | ||
- name: Checkout (GitHub) | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
- run: docker network create --driver bridge textit_default | ||
- name: Build and run dev container task | ||
uses: devcontainers/[email protected] | ||
|