Skip to content

Commit 6f3c3ca

Browse files
ci: bump actions/add-to-project from 1.0.0 to 1.0.1
Bumps [actions/add-to-project](https://github.com/actions/add-to-project) from 1.0.0 to 1.0.1. - [Release notes](https://github.com/actions/add-to-project/releases) - [Commits](actions/add-to-project@v1.0.0...v1.0.1) --- updated-dependencies: - dependency-name: actions/add-to-project dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7355b84 commit 6f3c3ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/project_add.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
if: ${{ github.actor != 'dependabot[bot]' }}
2121
steps:
22-
- uses: actions/[email protected].0
22+
- uses: actions/[email protected].1
2323
with:
2424
project-url: https://github.com/orgs/MeltanoLabs/projects/3
2525
github-token: ${{ secrets.MELTYBOT_PROJECT_ADD_PAT }}

0 commit comments

Comments
 (0)