Skip to content

Commit 37099b7

Browse files
authored
Merge pull request #17 from joakimwinum/dependabot/github_actions/actions/checkout-4.2.1
Bump actions/checkout from 4.2.0 to 4.2.1
2 parents 36dfd04 + 8349c94 commit 37099b7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-test-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
python-version: ["3.11"]
1313

1414
steps:
15-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
15+
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
1616
- name: Set up Python ${{ matrix.python-version }}
1717
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3
1818
with:
@@ -55,7 +55,7 @@ jobs:
5555
PACKAGE_NAME: bytecorecompiler
5656

5757
steps:
58-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
58+
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
5959
- name: Setup Python
6060
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3
6161
with:
@@ -110,7 +110,7 @@ jobs:
110110
PACKAGE_NAME: bytecorecompiler
111111

112112
steps:
113-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
113+
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
114114
- name: Download combined distribution archives
115115
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
116116
with:

0 commit comments

Comments
 (0)