aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-01-31 15:53:10 +0000
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-01-31 15:54:03 +0000
commitea9d1bdd6bf78644aad04f18c339f47ed48a3ba3 (patch)
treed3d2d82cc56dc3c947d0edd1d99e2c15120e52d4 /.github
parentBump actions/upload-pages-artifact from 2 to 3 (diff)
downloadzorascript-ea9d1bdd6bf78644aad04f18c339f47ed48a3ba3.tar
zorascript-ea9d1bdd6bf78644aad04f18c339f47ed48a3ba3.tar.gz
zorascript-ea9d1bdd6bf78644aad04f18c339f47ed48a3ba3.tar.bz2
zorascript-ea9d1bdd6bf78644aad04f18c339f47ed48a3ba3.tar.lz
zorascript-ea9d1bdd6bf78644aad04f18c339f47ed48a3ba3.tar.xz
zorascript-ea9d1bdd6bf78644aad04f18c339f47ed48a3ba3.tar.zst
zorascript-ea9d1bdd6bf78644aad04f18c339f47ed48a3ba3.zip
Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index 97b24cf..c5c3ef8 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
- name: Install pnpm
uses: pnpm/action-setup@v2
with: