Skip to content

Commit bc83ca3

Browse files
authored
Merge branch 'openscad:main' into patch-1
2 parents 84dde44 + 91b308a commit bc83ca3

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed

.github/dependabot.yaml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
2+
3+
version: 2
4+
updates:
5+
- package-ecosystem: "github-actions"
6+
directory: "/"
7+
schedule:
8+
interval: "weekly"
9+
groups:
10+
github-actions:
11+
patterns:
12+
- "*"

.github/workflows/generate_index.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
cat ${{ steps.configuration.outputs.path }}/${{ steps.configuration.outputs.filename }}
6666
6767
- name: Upload index file to workflow artifact
68-
uses: actions/upload-artifact@v3
68+
uses: actions/upload-artifact@v4
6969
with:
7070
path: ${{ steps.configuration.outputs.path }}/${{ steps.configuration.outputs.filename }}
7171
name: ${{ steps.configuration.outputs.artifact }}
@@ -78,7 +78,7 @@ jobs:
7878

7979
steps:
8080
- name: Download index
81-
uses: actions/[email protected].7
81+
uses: actions/[email protected].9
8282
with:
8383
path: ${{ needs.generate.outputs.path }}
8484
name: ${{ needs.generate.outputs.artifact }}

.github/workflows/parse-pr.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
echo -E "head=$(jq -c .head.sha "${{ steps.configuration.outputs.path }}/${{ env.JSON_IDENTIFIER }}")" >> $GITHUB_OUTPUT
6565
6666
- name: Upload diff file to workflow artifact
67-
uses: actions/upload-artifact@v3
67+
uses: actions/upload-artifact@v4
6868
with:
6969
path: ${{ steps.configuration.outputs.path }}/${{ steps.configuration.outputs.filename }}
7070
name: ${{ steps.configuration.outputs.artifact }}
@@ -107,7 +107,7 @@ jobs:
107107
poetry install --directory="${{ github.workspace }}/olman-remote"
108108
109109
- name: Download diff
110-
uses: actions/[email protected].7
110+
uses: actions/[email protected].9
111111
with:
112112
path: ${{ needs.diff.outputs.path }}
113113
name: ${{ needs.diff.outputs.artifact }}

0 commit comments

Comments
 (0)