Skip to content

Commit fb38c53

Browse files
committed
MNT: Update GitHub/Dependabot config
1 parent d7bda97 commit fb38c53

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.github/dependabot.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Set update schedule for GitHub Actions
2+
3+
version: 2
4+
updates:
5+
6+
- package-ecosystem: "github-actions"
7+
directory: "/"
8+
schedule:
9+
# Check for updates to GitHub Actions every week
10+
interval: "weekly"

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
COMMIT_MSG=$(git show -s --format=%s)
3838
fi
3939
echo $COMMIT_MSG
40-
echo "::set-output name=commit_message::$COMMIT_MSG"
40+
echo "commit_message=$COMMIT_MSG" >> $GITHUB_OUTPUT
4141
env:
4242
COMMIT_MSG: ${{ github.event.head_commit.message }}
4343

0 commit comments

Comments
 (0)