From f772a67556326e03bbbaf6418ce77c95e25af898 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 05:06:03 +0000 Subject: [PATCH] Bump artob/gitstamp-action from 1 to 1.0.3 Bumps [artob/gitstamp-action](https://github.com/artob/gitstamp-action) from 1 to 1.0.3. - [Release notes](https://github.com/artob/gitstamp-action/releases) - [Changelog](https://github.com/artob/gitstamp-action/blob/master/CHANGES.md) - [Commits](https://github.com/artob/gitstamp-action/compare/v1...1.0.3) Signed-off-by: dependabot[bot] --- .github/workflows/gitstamp.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gitstamp.yaml b/.github/workflows/gitstamp.yaml index f21caab..320c6cd 100644 --- a/.github/workflows/gitstamp.yaml +++ b/.github/workflows/gitstamp.yaml @@ -13,7 +13,7 @@ jobs: - name: Clone repository uses: actions/checkout@v2 - name: Submit Gitstamp transaction - uses: artob/gitstamp-action@v1 + uses: artob/gitstamp-action@1.0.3 with: wallet-key: ${{ secrets.GITSTAMP_KEYFILE }} commit-link: true