Skip to content

Commit

Permalink
Merge pull request #14 from roblabla/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
roblabla authored Jan 8, 2024
2 parents d72dc2b + 2aead72 commit 4cac17b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check_new_commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: Check for new commits since last release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
repository: NationalSecurityAgency/Ghidra
- name: Check for new commits
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
name: Build ${{ matrix.target }} Binaries
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
repository: NationalSecurityAgency/Ghidra
ref: ${{ github.event.inputs.rev }}
Expand All @@ -49,7 +49,7 @@ jobs:
Rename-Item -Path "$pwd\winflexbison\win_flex.exe" -NewName "flex.exe"
"$pwd\winflexbison" >> $env:GITHUB_PATH
- name: Checkout Ghidra-CI Repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: ghidra-ci-roblabla
- uses: eskatos/gradle-command-action@v2
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
needs: ["build-natives"]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
repository: NationalSecurityAgency/Ghidra
ref: ${{ github.event.inputs.rev }}
Expand Down Expand Up @@ -177,7 +177,7 @@ jobs:
arguments: --init-script gradle/support/fetchDependencies.gradle init
# TODO: Pre-build GhidraDev
- name: Checkout ghidra-data
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: NationalSecurityAgency/ghidra-data
path: 'ghidra-data'
Expand Down Expand Up @@ -209,7 +209,7 @@ jobs:
echo date=$(date +'%Y-%m-%d') >> $GITHUB_OUTPUT
echo dist=$(ls build/dist) >> $GITHUB_OUTPUT
echo rev=$(git rev-parse --short HEAD) >> $GITHUB_OUTPUT
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
path: ghidra-ci-roblabla
- name: Generate CHANGELOG.md
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/simulate_activity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Simulate activity to keep workflows runnign
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: master
fetch-depth: 0
Expand Down

0 comments on commit 4cac17b

Please sign in to comment.