Skip to content

Commit

Permalink
DOCS: Update README (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamayoung authored Aug 31, 2023
1 parent 0c0b14b commit 0beeb5f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/code-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ on:
- cron: '0 0 * * 0'
workflow_dispatch:

permissions:
contents: read

concurrency:
group: "code-scan-${{ github.head_ref || github.run_id }}"
cancel-in-progress: true
Expand All @@ -24,7 +27,9 @@ jobs:
name: Code Scan
runs-on: ubuntu-latest
permissions:
security-events: write
contents: read
security-events: write
actions: read
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ let package = Package(
name: "MyProject",

dependencies: [
.package(url: "https://github.com/adamayoung/TMDb.git", from: "9.0.0")
.package(url: "https://github.com/adamayoung/TMDb.git", from: "10.0.0")
],

targets: [
Expand Down

0 comments on commit 0beeb5f

Please sign in to comment.