Skip to content

Commit

Permalink
Merge pull request #17 from troykelly/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/checkout-3.3.0

Bump actions/checkout from 2.3.4 to 3.3.0
  • Loading branch information
troykelly authored Dec 17, 2023
2 parents 2877d60 + 2a30c88 commit 4e979d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/labels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@v2.3.4
uses: actions/checkout@v3.3.0
- name: 🚀 Run Label Syncer
uses: micnncim/[email protected]
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@v2.3.4
uses: actions/checkout@v3.3.0
- name: 🚀 Run JQ
run: |
shopt -s globstar
Expand All @@ -28,6 +28,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@v2.3.4
uses: actions/checkout@v3.3.0
- name: 🚀 Run YAMLLint
uses: frenck/[email protected]

0 comments on commit 4e979d8

Please sign in to comment.