Skip to content

Commit 5f118a4

Browse files
authored
Merge branch 'main' into renovate/python-3.x
2 parents 9de40a9 + 2497259 commit 5f118a4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
name: code_quality
2020
steps:
2121
- name: Checkout repository
22-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
22+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2323
- name: Install Nix
2424
uses: DeterminateSystems/determinate-nix-action@1d699fc25db3f9e079cd2f168ca007a4183389be # v3.15.1
2525
with:
@@ -37,7 +37,7 @@ jobs:
3737
name: code_quality
3838
steps:
3939
- name: Checkout repository
40-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
40+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
4141
with:
4242
token: ${{ secrets.GH_TOKEN }}
4343
- name: Install Nix
@@ -64,7 +64,7 @@ jobs:
6464
name: build
6565
steps:
6666
- name: Checkout repository
67-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
67+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
6868
- name: Install Nix
6969
uses: DeterminateSystems/determinate-nix-action@1d699fc25db3f9e079cd2f168ca007a4183389be # v3.15.1
7070
with:

0 commit comments

Comments
 (0)