summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Purcell <steve@sanityinc.com>2023-09-05 18:21:55 +1200
committerGitHub <noreply@github.com>2023-09-05 18:21:55 +1200
commit6ce6a099030bac1224be26a9d05f30767213c454 (patch)
tree257c8f2138fd8dc016b4da971e5a0180392b16dd
parent91d0f1077c78753e09973d63fb3e571413a4c206 (diff)
parentc3171cfaaf9a793bf512e7611fe3d7842d3c3a7b (diff)
Merge pull request #251 from purcell/dependabot/github_actions/actions/checkout-4
chore(deps): bump actions/checkout from 3 to 4
-rw-r--r--.github/workflows/stdlib-changes.yml2
-rw-r--r--.github/workflows/test.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/stdlib-changes.yml b/.github/workflows/stdlib-changes.yml
index 849407c..b312c71 100644
--- a/.github/workflows/stdlib-changes.yml
+++ b/.github/workflows/stdlib-changes.yml
@@ -8,7 +8,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- uses: cachix/install-nix-action@v22
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 9c294fb..ce8b83a 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -46,6 +46,6 @@ jobs:
with:
version: ${{ matrix.emacs_version }}
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
- name: Run tests
run: './run-tests.sh'