Skip to content

Commit 7f015e3

Browse files
Bump the github-actions group with 3 updates (#319)
1 parent 580d9bf commit 7f015e3

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/release_on_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v4
1717

1818
- name: Set up Python 3.8
19-
uses: actions/setup-python@v4
19+
uses: actions/setup-python@v5
2020
with:
2121
python-version: '3.8'
2222
cache: 'pip' # caching pip dependencies

.github/workflows/tests.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@v4
2222

2323
- name: Set up Python ${{ matrix.python-version }}
24-
uses: actions/setup-python@v4
24+
uses: actions/setup-python@v5
2525
with:
2626
python-version: '${{ matrix.python-version }}'
2727
cache: 'pip' # caching pip dependencies
@@ -46,18 +46,18 @@ jobs:
4646
- uses: actions/checkout@v4
4747

4848
- name: Set up Python 3.8
49-
uses: actions/setup-python@v4
49+
uses: actions/setup-python@v5
5050
with:
5151
python-version: '3.8'
5252
cache: 'pip' # caching pip dependencies
5353

5454
- name: Set up Go
55-
uses: actions/setup-go@v4
55+
uses: actions/setup-go@v5
5656
with:
5757
go-version: '1.20'
5858

5959
- name: Setup java
60-
uses: actions/setup-java@v3
60+
uses: actions/setup-java@v4
6161
with:
6262
distribution: 'temurin'
6363
java-version: '11'
@@ -100,7 +100,7 @@ jobs:
100100
- uses: actions/checkout@v4
101101

102102
- name: Set up Python 3.8
103-
uses: actions/setup-python@v4
103+
uses: actions/setup-python@v5
104104
with:
105105
python-version: '3.8'
106106
cache: 'pip' # caching pip dependencies
@@ -111,7 +111,7 @@ jobs:
111111
node-version: 18
112112

113113
- name: Set up Go
114-
uses: actions/setup-go@v4
114+
uses: actions/setup-go@v5
115115
with:
116116
go-version: '1.20'
117117

0 commit comments

Comments
 (0)