diff --git a/.github/workflows/build_java_hello_world_reusable.yml b/.github/workflows/build_java_hello_world_reusable.yml index 5785e32..75c73b8 100644 --- a/.github/workflows/build_java_hello_world_reusable.yml +++ b/.github/workflows/build_java_hello_world_reusable.yml @@ -28,12 +28,12 @@ jobs: with: version: 0.11.0 - name: Checkout cedar-examples - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: cedar-policy/cedar-examples ref: ${{ inputs.cedar_examples_ref }} - name: Checkout cedar-java - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: cedar-policy/cedar-java ref: ${{ inputs.cedar_java_ref }} diff --git a/.github/workflows/build_java_partial_evaluation_reusable.yml b/.github/workflows/build_java_partial_evaluation_reusable.yml index ad74a01..473b97b 100644 --- a/.github/workflows/build_java_partial_evaluation_reusable.yml +++ b/.github/workflows/build_java_partial_evaluation_reusable.yml @@ -24,7 +24,7 @@ jobs: distribution: 'corretto' java-version: '21' - name: Checkout cedar-examples - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: cedar-policy/cedar-examples ref: ${{ inputs.cedar_examples_ref }} diff --git a/.github/workflows/build_rust_hello_world_reusable.yml b/.github/workflows/build_rust_hello_world_reusable.yml index f8e2f64..52fedce 100644 --- a/.github/workflows/build_rust_hello_world_reusable.yml +++ b/.github/workflows/build_rust_hello_world_reusable.yml @@ -19,7 +19,7 @@ jobs: - stable steps: - name: Checkout cedar-examples - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: cedar-policy/cedar-examples ref: ${{ inputs.cedar_examples_ref }} diff --git a/.github/workflows/build_tiny_todo_go_reusable.yml b/.github/workflows/build_tiny_todo_go_reusable.yml index 7c5a813..6f0fac3 100644 --- a/.github/workflows/build_tiny_todo_go_reusable.yml +++ b/.github/workflows/build_tiny_todo_go_reusable.yml @@ -15,12 +15,12 @@ jobs: go-version: [ '1.22' ] steps: - name: Checkout cedar-examples - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: cedar-policy/cedar-examples ref: ${{ inputs.cedar_examples_ref }} - name: Setup Go ${{ matrix.go-version }} - uses: actions/setup-go@v6 + uses: actions/setup-go@v7 with: go-version: ${{ matrix.go-version }} - name: go vet diff --git a/.github/workflows/build_tiny_todo_reusable.yml b/.github/workflows/build_tiny_todo_reusable.yml index 48dbf79..b570a1f 100644 --- a/.github/workflows/build_tiny_todo_reusable.yml +++ b/.github/workflows/build_tiny_todo_reusable.yml @@ -19,7 +19,7 @@ jobs: - stable steps: - name: Checkout cedar-examples - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: cedar-policy/cedar-examples ref: ${{ inputs.cedar_examples_ref }} diff --git a/.github/workflows/build_wasm_example_reusable.yml b/.github/workflows/build_wasm_example_reusable.yml index 8e3de7b..bbd869b 100644 --- a/.github/workflows/build_wasm_example_reusable.yml +++ b/.github/workflows/build_wasm_example_reusable.yml @@ -19,12 +19,12 @@ jobs: - stable steps: - name: Checkout cedar-examples - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: cedar-policy/cedar-examples ref: ${{ inputs.cedar_examples_ref }} - name: Checkout cedar - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: cedar-policy/cedar ref: ${{ inputs.cedar_policy_ref }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a04c3fc..6b96514 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -71,11 +71,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout cedar-examples - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@v4 - name: Build Docker image - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: push: false context: oopsla2024-benchmarks diff --git a/.github/workflows/run_example_use_cases_reusable.yml b/.github/workflows/run_example_use_cases_reusable.yml index 38d1564..94848db 100644 --- a/.github/workflows/run_example_use_cases_reusable.yml +++ b/.github/workflows/run_example_use_cases_reusable.yml @@ -18,12 +18,12 @@ jobs: - stable steps: - name: Checkout cedar-examples - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: cedar-policy/cedar-examples ref: ${{ inputs.cedar_examples_ref }} - name: Checkout cedar-policy - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: cedar-policy/cedar ref: ${{ inputs.cedar_policy_ref }}