Skip to content

Commit

Permalink
Merge pull request nyaruka#432 from nyaruka/bump_actions_versions
Browse files Browse the repository at this point in the history
Bump github actions versions
  • Loading branch information
rowanseymour authored Jun 7, 2024
2 parents 339a3cd + dad8f28 commit 4309721
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 4309721

Please sign in to comment.