Skip to content

Commit

Permalink
Merge pull request #22 from MadLadSquad/dependabot/github_actions/git…
Browse files Browse the repository at this point in the history
…hub-actions-82dd3c0e15

Bump the github-actions group with 2 updates
  • Loading branch information
Madman10K authored May 12, 2024
2 parents 72ca150 + 05c66a0 commit db821fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checking out code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: master
token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -20,7 +20,7 @@ jobs:
#persist-credentials: false
- name: "Import bot's GPG key for signing commits"
id: import-gpg
uses: crazy-max/ghaction-import-gpg@v5
uses: crazy-max/ghaction-import-gpg@v6
with:
gpg_private_key: ${{ secrets.ACTION_COMMIT_SING_PRIVATE_KEY }}
passphrase: ${{ secrets.ACTION_COMMIT_SING_PASS }}
Expand Down

0 comments on commit db821fb

Please sign in to comment.