Skip to content

Commit 51d5cd8

Browse files
committed
Bump used GH actions
1 parent c35d8ea commit 51d5cd8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/btest.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ jobs:
2929
run: |
3030
git config --global core.autocrlf false
3131
git config --global core.eol lf
32-
- uses: actions/checkout@v3
32+
- uses: actions/checkout@v4
3333
- name: Set up Python ${{ matrix.python-version }}
34-
uses: actions/setup-python@v4
34+
uses: actions/setup-python@v5
3535
with:
3636
python-version: ${{ matrix.python-version }}
3737
- name: Install dependencies (Windows)
@@ -69,10 +69,10 @@ jobs:
6969
runs-on: ${{ matrix.os }}
7070
steps:
7171
- name: Set up Python ${{ matrix.python-version }}
72-
uses: actions/setup-python@v4
72+
uses: actions/setup-python@v5
7373
with:
7474
python-version: ${{ matrix.python-version }}
75-
- uses: actions/checkout@v3
75+
- uses: actions/checkout@v4
7676
- name: "Install pip and the btest package"
7777
run: |
7878
python3 -m pip install --upgrade pip
@@ -92,7 +92,7 @@ jobs:
9292
needs: [Run-BTest, Test-SetupPY]
9393
if: github.repository == 'zeek/btest' && github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
9494
steps:
95-
- uses: actions/checkout@v3
95+
- uses: actions/checkout@v4
9696
- name: Check release version
9797
# This fails e.g. if VERSION contains a dev commits suffix,
9898
# since we don't want to push these to PyPI. Accepts two-

0 commit comments

Comments
 (0)