Skip to content

Commit 964d4e4

Browse files
committed
Update GitHub Actions to use latest versions of checkout, setup-python, and cache actions
1 parent 7e69ab7 commit 964d4e4

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/c-cpp.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010

1111
steps:
1212
- name: Clone ParticleZoo repository
13-
uses: actions/checkout@v4
13+
uses: actions/checkout@v6
1414

1515
- name: Setup Python
16-
uses: actions/setup-python@v5
16+
uses: actions/setup-python@v6
1717
with:
1818
python-version: '3.x'
1919

@@ -68,10 +68,10 @@ jobs:
6868

6969
steps:
7070
- name: Clone ParticleZoo repository
71-
uses: actions/checkout@v4
71+
uses: actions/checkout@v6
7272

7373
- name: Setup Python
74-
uses: actions/setup-python@v5
74+
uses: actions/setup-python@v6
7575
with:
7676
python-version: '3.x'
7777

@@ -126,19 +126,19 @@ jobs:
126126

127127
steps:
128128
- name: Clone ParticleZoo repository
129-
uses: actions/checkout@v4
129+
uses: actions/checkout@v6
130130

131131
- name: Setup MSVC
132132
uses: ilammy/msvc-dev-cmd@v1
133133

134134
- name: Setup Python
135-
uses: actions/setup-python@v5
135+
uses: actions/setup-python@v6
136136
with:
137137
python-version: '3.x'
138138

139139
- name: Cache ROOT framework
140140
id: cache-root
141-
uses: actions/cache@v4
141+
uses: actions/cache@v5
142142
with:
143143
path: C:\root
144144
key: root-v6.36.04-win64-python311-vc17

0 commit comments

Comments
 (0)