Skip to content

Commit

Permalink
Merge pull request #373 from fwal/dependabot/github_actions/actions/c…
Browse files Browse the repository at this point in the history
…heckout-3
  • Loading branch information
dependabot[bot] authored Mar 2, 2022
2 parents 5211104 + 71aa8d1 commit 30cc6da
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: Unit tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- run: npm install
- run: npm run format-check
- run: npm test
Expand All @@ -25,7 +25,7 @@ jobs:
os: [ubuntu-latest, macos-latest]
swift: ["5.5.3"]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- run: npm install
- run: npm run build && npm run pack-source-map
- uses: ./
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/draft-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Update Release Draft
id: release_draft
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/swift-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
name: Swift release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: ./.github/workflows/check_swift_releases.sh

0 comments on commit 30cc6da

Please sign in to comment.